-
### 提交前必须检查以下项目 | The following items must be checked before submission
- [X] 请确保使用的是仓库最新代码(git pull),一些问题已被解决和修复。 | Make sure you are using the latest code from the repository (git pull), some issue…
-
**### Problem**
I've tried to style the rendered text such as font size, font family, with the variables. As far as I know, it's achievable by [using markdown with the f-string trick](https://discu…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provide…
-
First of all, I'm so glad you have a plug-in for this! Thank you!
```
from streamlit_theme import st_theme
if st_theme()['base'] == 'dark':
st.image('logo-white-text.png')
else:
st.i…
-
When I am interacting with a page (therefore causing reruns) and the icons for the pages are appearing normally (there's times that they don't appear) I sometimes get the message on streamlit:
> **…
-
将configs文件夹里的model_config.py,修改为
`LLM_DEVICE = "cpu"`
即用CPU运行LLM后,运行会出现以下报错:
DuplicateWidgetID: There are multiple widgets with the same key=''.
To fix this, please make sure that the key argu…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
**Description:**
I encountered an issue while using the `streamlit-execute` package. Upon running the provided example code, I received a `StreamlitAPIException` indicating that there is no such comp…
-
There is no html/core component to integrate a pandas-profiling report in a dash app. I even saved the report as a html file and tried inserting it as an Iframe but it did not work.
[Pandas Profili…
-
前端页面提示以下错误信息
![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/129723199/30867a38-dfda-4549-b10a-0e7365d6d94a)
`Your app is having trouble loading the streamlit_option_menu.opti…