Joseph Tran
Joseph Tran
**Describe the bug** Looking for guidance to upload and link big dataset into the assay **Additional context** Well it is not bug report, but still here is my context: -...
Hi @ColinFay There is a missing namespace when accessing the return function "dt" from the server: https://github.com/ColinFay/golemexamples/blob/46379d0cd9fc0a0bdef31257e94608faf78300b6/golemshinydash/R/mod_name_of_module2.R#L14 It should be: ```r DT::DTOutput(ns("dt")) ``` Best regards
Hi I caught an issue when lauching the chatbot. It is related to this issue mentionned here on [gradio issues #10662](https://github.com/gradio-app/gradio/issues/10662). I upgraded gradio to version ^5.4.0 and downgraded pydantic...