Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DavidHidary
/
LearnML
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DavidHidary
commited on
Nov 23, 2023
Commit
13b790b
·
2 Parent(s):
a7c75e6
fe54480
Merge branch 'main' of https://huggingface.co/spaces/DavidHidary/LearnML
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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))