tushifire commited on
Commit
e48af5b
·
1 Parent(s): 5397213
Files changed (1) hide show
  1. app.py +1 -1
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,width= 200, height=200)
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="ℹ️")