-
Panel: 0.9.7
### My Pain
I would like to be able to create reusable Components in Panel by Inheritance that I can use like `pn.Column(Component(), other_stuff)`.
I've tried to describe the co…
-
### 提交前必须检查以下项目 | 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…
-
This is a good project but to view this , people have to download the code or see the video. We could host it in Gradio or streamlit and try in our gallery videos too. Under Gssoc 24 assign this to me…
-
**The problem**
When I create a Param-based app that declares a `Number` object with an open-ended bound, the default widget instantiated by panel is a `Spinner`. See the code to reproduce that b…
-
Since I can't tell for certain if this is a joke or not, ill post this here... The output of the AI generator is a PDF where every single word is "chicken" . Im attaching the PDF that was outputted af…
-
cc: @tylerjrichards @sfc-gh-trichards
-
### Problem
The current implementation of `st.column_config.LinkColumn` expects the column to have a URL as the value and the whole URL is displayed in cells. Often times these URLs may belong to t…
-
I am currently using a combination of fastapi + Streamlit. Streamlit can quickly complete beautiful pages, AI dialogues and display of charts. It has good support for pandas, but Streamlit is too slow…
-
As a first step, many new users struggle to run the NVDA-TESLA example or the notebooks, since they all involve various kinds of complexity. Our discord users often ask for simpler sample code that ju…
-
### Problem
There's no way to use `st.columns` inside `st.columns` right now.
E.g. if you do:
```python
col1, col2 = st.columns(2)
with col1:
subcol1, subcol2 = st.columns(2)
```
i…