Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
UldisKK
/
TestRAGonPDFs
like
0
Running
App
Files
Files
Community
d955896
TestRAGonPDFs
/
app.py
UldisKK
streamlit main file
d955896
10 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)