zubairmayo commited on
Commit
e78b157
·
verified ·
1 Parent(s): 686bbc6

Update App.py

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