Sabina Muratova commited on
Commit
94812a3
·
1 Parent(s): a9f5ddc

Add application file

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,4 +2,3 @@ import streamlit as st
2
 
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)
5
-
 
2
 
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)