Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Washedashore
/
Law
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Washedashore
commited on
Dec 25, 2024
Commit
549be91
·
verified
·
1 Parent(s):
10d27af
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -1,4 +1,2 @@
1
-
import streamlit as
st
2
3
-
x = st.slider('Select a value')
4
-
st.write(x, 'squared is', x * x)
1
+
import streamlit as
import module
2