Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UldisKK
/
TestRAGonPDFs
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a2753a1
TestRAGonPDFs
/
app.py
UldisKK
upload pdf
a2753a1
over 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
184 Bytes
import
streamlit
as
st
import
os
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)
current_working_directory = os.getcwd()
print
(current_working_directory)
os.listdir