Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ki33elev
/
Transformer_arxiv_classification
like
0
Runtime error
App
Files
Files
Community
26fd4ec
Transformer_arxiv_classification
/
app.py
ki33elev
Update app.py
26fd4ec
over 2 years ago
raw
Copy download link
history
blame
119 Bytes
import
streamlit
as
st
@st.cache(
suppress_st_warning=
True
)
def
load_data
():
return
st.markdown(
"### Hello, world!"
)