Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zmbfeng
/
knowledge_extraction_a
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zmbfeng
commited on
Jul 21, 2024
Commit
5535d25
·
1 Parent(s):
d6b5fb7
import streamlit
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,2 +1,3 @@
1
x = st.slider('Select a value')
2
st.write(x, 'squared is', x * x)
1
+
import streamlit as st
2
x = st.slider('Select a value')
3
st.write(x, 'squared is', x * x)