roman commited on
Commit
6e39d3b
·
1 Parent(s): 6c312d2
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -2,3 +2,7 @@ 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
+
6
+
7
+ if __name__ == '__main__':
8
+ st.title('ACR')