Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mohan007
/
agent_over_rag_for_pdf
like
0
Runtime error
App
Files
Files
Community
9e4eba8
agent_over_rag_for_pdf
/
app.py
mohan007
initial commit
9e4eba8
verified
22 days 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)