vikramvasudevan commited on
Commit
d7245d0
·
verified ·
1 Parent(s): bf38590

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. modules/youtube_metadata/app.py +4 -4
modules/youtube_metadata/app.py CHANGED
@@ -196,9 +196,9 @@ with gr.Blocks(title="Sanatana AI - Youtube Metadata Surfer") as youtube_metadat
196
  # the HTML table that shows one page of videos
197
  # modal_html = gr.HTML()
198
  channel_videos_df = gr.DataFrame(
199
- show_search=True,
200
  # show_copy_button=True,
201
- show_fullscreen_button=True,
202
  datatype=[
203
  "int",
204
  "str",
@@ -206,8 +206,8 @@ with gr.Blocks(title="Sanatana AI - Youtube Metadata Surfer") as youtube_metadat
206
  "html",
207
  ],
208
  headers=["#", "title", "description", "url"],
209
- column_widths=["5%", "25%", "60%", "10%"],
210
- wrap=True,
211
  col_count=(4, "fixed"),
212
  )
213
 
 
196
  # the HTML table that shows one page of videos
197
  # modal_html = gr.HTML()
198
  channel_videos_df = gr.DataFrame(
199
+ # show_search=True,
200
  # show_copy_button=True,
201
+ # show_fullscreen_button=True,
202
  datatype=[
203
  "int",
204
  "str",
 
206
  "html",
207
  ],
208
  headers=["#", "title", "description", "url"],
209
+ # column_widths=["5%", "25%", "60%", "10%"],
210
+ # wrap=True,
211
  col_count=(4, "fixed"),
212
  )
213