Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joko333
/
logical_structure_analysis
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1b17d16
logical_structure_analysis
/
pages
/
About.py
joko333
Add About and Main pages to Streamlit app; update requirements
4b141dc
9 months ago
raw
Copy download link
history
blame
Safe
118 Bytes
import
streamlit
as
st
st.title(
'About'
)
st.write(
'This app performs text analysis using Hugging Face transformers.'
)