Charles De Dampierre commited on
Commit
9da0eca
1 Parent(s): 30b11c6
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,3 +2,4 @@ import streamlit as st
2
 
3
  x = st.slider("Select a value")
4
  st.write(x, "squared is", x * x)
 
 
2
 
3
  x = st.slider("Select a value")
4
  st.write(x, "squared is", x * x)
5
+ st.write(x, " Hello", x * x)