Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ki33elev
/
Transformer_arxiv_classification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ki33elev
commited on
Mar 25, 2022
Commit
26fd4ec
·
1 Parent(s):
b8769be
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -2,4 +2,6 @@ import streamlit as st
2
3
@st.cache(suppress_st_warning=True)
4
def load_data():
5
-
return
2
3
@st.cache(suppress_st_warning=True)
4
def load_data():
5
+
return
6
+
7
+
st.markdown("### Hello, world!")