Spaces:
Runtime error
Runtime error
Deafult
Browse files
app.py
CHANGED
|
@@ -57,6 +57,6 @@ if submitted:
|
|
| 57 |
youtube_video_id = find_video_id(youtube_video_id)
|
| 58 |
df = extract_comments_from_video(youtube_video_id,youtube_api_key)
|
| 59 |
if len(df) > 0:
|
| 60 |
-
st.dataframe(df
|
| 61 |
else:
|
| 62 |
st.info('This video comments are not found', icon="ℹ️")
|
|
|
|
| 57 |
youtube_video_id = find_video_id(youtube_video_id)
|
| 58 |
df = extract_comments_from_video(youtube_video_id,youtube_api_key)
|
| 59 |
if len(df) > 0:
|
| 60 |
+
st.dataframe(df)
|
| 61 |
else:
|
| 62 |
st.info('This video comments are not found', icon="ℹ️")
|