Johannes Rieke
Johannes Rieke
Opening up this issue to coordinate work on a new keras/tensorflow template – @jaymody and @EteimZ have shown interest in this. Guys, please feel free to share here if/how you...
### Summary When you do `streamlit hello` in 1.12.2 and go to the page `Mapping Demo`, it shows this exception: ``` AttributeError: 'Deck' object has no attribute 'deck_widget' File "/Users/jrieke/Desktop/st-test/cache/.venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py",...
### 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) ``` it throws...
### Summary If an app uses `st.balloons`, the balloons sometimes go up even if they shouldn't. ### Steps to reproduce Code snippet: ``` import time import streamlit as st st.number_input("foo")...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary Add a...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary When uploading...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary Add a...
### Problem If you insert CSS via `st.markdown(..., unsafe_allow_html=True)`, it always takes a bit of vertical space. Ideally, we would not have that. But many people currently rely on that...
### 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 provided sufficient...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary We're soon...