Johannes Rieke

Results 21 issues of 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...

new template

### 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",...

bug
needs triage

### 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...

enhancement
st.columns

### 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")...

bug
confirmed 🤝
P3 🌩
st.balloons

### 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...

type:enhancement
feature:st.dataframe
feature:charts
feature:st.image
area:accessibility

### 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...

type:enhancement
feature:st.file_uploader

### 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...

type:enhancement
feature:st.columns
feature:st.metric

### 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...

type:enhancement
feature:st.markdown
area:styling

### 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...

type:bug
status:confirmed
priority:P3
feature:st.button

### 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...

type:enhancement
feature:st.altair_chart
area:events