Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harithapliyal
/
t5-small-mahabharat-vana-parva-qa
like
0
Sleeping
App
Files
Files
Community
c044c1a
t5-small-mahabharat-vana-parva-qa
/
app.py
harithapliyal
Create app.py
3af7597
verified
11 months ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)