Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
erfan226
/
Persian_FST
like
0
Runtime error
App
Files
Files
Community
erfan226
commited on
Apr 8, 2022
Commit
9bf0a82
•
1 Parent(s):
a8dd39a
Init commit
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import streamlit as st
2
+
3
+
x = st.slider('Select a value')
4
+
st.write(x, 'squared is', x * x)