Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YaraKyrychenko
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
YaraKyrychenko
commited on
May 27
Commit
f286c9b
·
verified
·
1 Parent(s):
878362e
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import streamlit as st
2
+
import pandas as pd
3
+
4
+
st.write("""
5
+
# My first app
6
+
Hello *world!*
7
+
""")