Jeffrey Rathgeber Jr commited on
Commit
5605df8
·
unverified ·
1 Parent(s): d71bb22

txtinput test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import streamlit as st
2
  import numpy as np
3
 
4
- st.markdown("Input Text Here:")
 
1
  import streamlit as st
2
  import numpy as np
3
 
4
+ st.text_input("Input Text Here:")