-
Hi @blackary ,
You did an awesome job with this library!
I am working on a project where I'd like to have two text areas synchronized (with, obviously, one transformation between #1 and #2).
My c…
-
Streamlit==1.39.0
streamlit_antd_components==0.3.2
-
Folium is highly popular and simple to use.
Streamlit Folium provides bidirectional comms and is one of the more popular Streamlit components https://github.com/randyzwitch/streamlit-folium
-
I am running an app on Steamlit cloud. Sometimes I receive the following error:
Your app is having trouble loading the streamlit_option_menu.option_menu component.
(The app is attempting to load…
-
Many of the examples in this repo show client to server media sinks (mic / video capture), which have frame based callback processing. I am looking to do server to client media playback, with frame ba…
-
Hello, thank you so much for developing this amazing library!
I am trying to use it in my streamlit app, however even after extensive research I was not able to make it work.
It doesn't seems to sav…
-
### Problem
Component values are automatically saved into the session state, but they are removed if they do not appear in the next run.
However, I sometimes want the component values to be kept i…
-
Suppose I have ['A', 'B', 'C']. I want to make ['B', 'B', 'C', 'C', 'A'].
Is there a way to do it?
-
### Problem
Streamlit components are by default placed into an iFrame. There are obvious sandboxing benefits to doing so but some providers (particularly ad providers and analytics) don't allow the…
-
I get the following error after I ask a question. Any idea what the problem might be?
```
Your app is having trouble loading the streamlit_chat.streamlit_chat component.
(The app is attempting …