DetectiveShadow commited on
Commit
2851543
·
verified ·
1 Parent(s): 109b516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,4 +1,8 @@
1
  import streamlit as st
2
 
 
 
 
 
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)
 
1
  import streamlit as st
2
 
3
+
4
+ st.title("👋 Hello Coder")
5
+ st.write("Welcome to your Hugging Face Space!")
6
+
7
  x = st.slider('Select a value')
8
  st.write(x, 'squared is', x * x)