-
### What is your article idea?
This tutorial article covers the key aspects of building a stock price prediction app using Strapi as the backend, Streamlit for the frontend, and HuggingFace Models fo…
-
https://github.com/adriangalilea/streamlit-shortcuts/blob/bfca99129ff68cb85987673cfe24d73d2da552c0/src/streamlit_shortcuts/streamlit_shortcuts.py#L4
```python
import streamlit.components.v1 as compo…
-
https://github.com/adriangalilea/streamlit-shortcuts/blob/bfca99129ff68cb85987673cfe24d73d2da552c0/src/streamlit_shortcuts/streamlit_shortcuts.py#L3
```python
import streamlit.components.v1 as compo…
-
https://github.com/adriangalilea/streamlit-shortcuts/blob/bfca99129ff68cb85987673cfe24d73d2da552c0/src/streamlit_shortcuts/streamlit_shortcuts.py#L5
```python
import streamlit.components.v1 as compo…
-
The documentation says that the image parameter is optional, but if I don't pass it, I get warning messages:
```
2024-01-03 21:56:32.558 ComponentRequestHandler: GET /Users/preining/.pyenv/versions/…
-
### 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…
-
### Problem
tokestermw on the forum writes:
"Hi, it’s frequently the case that the user would like a pre-canned list, but the option to enter anything custom (e.g. model paths). It would be grea…
-
![image](https://github.com/ibis-project/ibis-analytics/assets/245021/61d1e4cb-749f-4dd6-8950-902fe98c2e5f)
I saw this setup in the original blogpost.
There's a public jupyter notebook that I am…
-
### 请提出你的问题
将语义检索系统部署好之后,使用web页面的左下角的文件(txt文件)上传功能时出错(即便使用github给出的示例数据同样报错),错误信息如下:
```shell
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback:
File "/usr/local/lib/python…
-
When constructing the selector using
```
date_range = date_range_picker(
picker_type=PickerType.month.string_value,
start=-3, end=0, unit=Unit.months.string_value,
key='range_picker',…