Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
a-menu
/
arches_demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a-menu
commited on
Jan 5, 2024
Commit
fb91a82
·
1 Parent(s):
8656477
add footer
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -769,5 +769,9 @@ def main():
769
)
770
771
772
if __name__ == "__main__":
773
main()
769
)
770
771
772
+
st.markdown("# ")
773
+
st.markdown("# ")
774
+
775
+
776
if __name__ == "__main__":
777
main()