Skip to content

Commit 46caad2

Browse files
authored
Add issue
1 parent d6d1f3f commit 46caad2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

issues/gh-14152/app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import streamlit as st
2+
3+
with st._bottom:
4+
st.text_input("Test")

0 commit comments

Comments
 (0)