Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gladiator
/
Text-Summarizer
like
21
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6516fab
Text-Summarizer
/
app.py
Gladiator
update
6516fab
about 3 years ago
raw
Copy download link
history
blame
Safe
130 Bytes
import
streamlit
as
st
if
__name__ ==
"__main__"
:
st.header(
"Streamlit π€ Colab"
)
st.write(
"This is a test statement"
)