Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vktrbr
/
tiktokApp
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
test
#1
by
vktrbr
- opened
Apr 12, 2023
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+4
-0
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import streamlit as st
2
+
3
+
4
+
st.title('Hello')