Martina
Martina
Hi @puppetm4st3r sorry for replying after so long. To answer your question: sort of.. I've adopted the method of closing and relaunching the app. 😅 The solution is **far from...
> workarround: > > ``` > ################################# > # MONKEY PATCH AZURE DEV STORAGE > ################################# > from chainlit.data.storage_clients.azure_blob import AzureBlobStorageClient > from azure.storage.blob.aio import BlobServiceClient as AsyncBlobServiceClient > from...
My current workaround: Currently the sidebar css element is called #sidebar-trigger-button. So in my case, to hide the sidebar button I had to add: ``` #sidebar-trigger-button { visibility: hidden !important;...
Hello, do you have any news about this?
Hi @bigmw can you please update us? Did you solve your problem? How did you do it? Sharing your solution might help us all 😄 All the best.
> To rename a thread I used: > > `await cl.context.emitter.init_thread("")` > and it works perfectly for me. It reloads in the UI and everything. This worked for me to...