We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d1f3f commit 46caad2Copy full SHA for 46caad2
1 file changed
issues/gh-14152/app.py
@@ -0,0 +1,4 @@
1
+import streamlit as st
2
+
3
+with st._bottom:
4
+ st.text_input("Test")
0 commit comments