Zachary Blackwood
Zachary Blackwood
> You can do this by adding an entry like the following to `~/.config/xo/rc.json` I tried setting an `rc.json` file to various different keys, but none of them have any...
Are there any additional changes that should happen for this to be accepted?
In case it's not clear, this will *not* work, as protobuf==3.20.2 is not compatible with streamlit https://github.com/streamlit/streamlit/pull/5396/files
@joaoambiente Can you share a reproducible code snippet that shows this behavior?
If anyone is able to, could someone try opening their Developer Tools in their browser https://balsamiq.com/support/faqs/browserconsole/ and see there are any Javascript errors show in the console when this "your...
@ayanatherate Using local audio is trickier, because normally that `src` is expecting a url. But, it also works with a base64-encoded file, like this: ```python import base64 import streamlit as...
@djouallah Can you try passing `folium.Map(double_click_zoom=False)` and see if that gives you the behavior you were looking for?
@kongdd there have been several performance improvements merged in recently -- are you using the latest version of the library? Also, if you don't need to interact with all of...
@jepeloa Can you please provide a minimal reproducible code snippet, formatted with ```s which shows the issue you are experiencing? Otherwise we won't be able to diagnose this issue or...
@tonkolviktor Thanks for sharing that example code! In this case, it seems to be behaving as expected -- I don't see it reloading over and over again. The "running guy"...