Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tushifire
/
Youtube_data
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tushifire
commited on
Sep 26, 2022
Commit
587e732
·
1 Parent(s):
253513d
icon removed
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -59,4 +59,4 @@ if submitted:
59
if len(df) > 0:
60
st.dataframe(df)
61
else:
62
-
st.info('This video comments are not found'
, icon="ℹ️"
)
59
if len(df) > 0:
60
st.dataframe(df)
61
else:
62
+
st.info('This video comments are not found')