Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Upload folder using huggingface_hub
Browse files
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 |
|