-
Using [this PDF](https://github.com/user-attachments/files/16319000/solvency2-factsheet.pdf) in [here](https://pdfworkdesk.streamlit.app/) lead to "invalid canvas size" popup.
-
Is it possible to make a separate launcher that doesn't require automatic1111 webui to run?
So that even when webui updates and breaks everything, you can still use your script. May be without interr…
-
Here is my function 👍
def record_audio():
# Record audio
audio_data = audio_recorder(pause_threshold=3.0, sample_rate=48_000, icon_size="2x")
if audio_data:
st.audio(audio_data, format="audio/w…
-
What if every output element could also serve as an input widget?
Then you could do things like:
* User clicks on chart datapoint → python script receives the value for that data point and does so…
tvst updated
2 months ago
-
When running the latest version's add_volume_ta, we are getting IndexError may be due to deprecated use of .iloc with only single index.
--------------------------------------------------------------…
-
**问题描述 / Problem Description**
第二次对话回答结束后,报错。
参考了其他issue的解决方案,仍未解决。
例如:
1.首次未回复,第二次才报错,我这边两遍都是正常回复。
2.利用cpu启动,我这边是用gpu
请问有人遇到类似的问题吗?请赐教!
**环境信息 / Environment Information**
- langchain-Chat…
-
I see that DataTables supports row select: https://datatables.net/examples/api/select_row.html
Is there any plan to include this in itables?
-
Description:
Our library currently has a tight coupling with **Streamlit** across multiple functions and modules. While this works well for Streamlit-based applications, it limits the library's usabi…
-
I'm using Python 3.12.4 with the latest version of shiny with the following example code but the data frame does not show up
```
from palmerpenguins import load_penguins
from shiny import App, re…
-
### What's the problem this feature will solve?
Currently, there is no text input feature similar to Streamlit's chatbox in place
### Describe the solution you'd like
Create the custom component to…