DavidHidary commited on
Commit
13b790b
2 Parent(s): a7c75e6 fe54480

Merge branch 'main' of https://huggingface.co/spaces/DavidHidary/LearnML

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