Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
maccmaccmaccc
/
5428-p-llamaindexRAG
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ecb7c81
5428-p-llamaindexRAG
/
app.py
maccmaccmaccc
Update app.py
39c720d
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
69 Bytes
import
streamlit
as
st
st.title(
"Test App"
)
st.write(
"Hello World!"
)