cbensimon HF Staff commited on
Commit
197f3ea
·
1 Parent(s): ff765f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
 
3
  x = st.text_input('This will be console logged')
4
- st.write('Message', x)
5
  print(x)
 
1
  import streamlit as st
2
 
3
  x = st.text_input('This will be console logged')
4
+ st.write('Message :', x)
5
  print(x)