Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def checker(url, media_types):
|
|
154 |
|
155 |
# Gradio Interface
|
156 |
with gr.Blocks(theme="Nymbo/Alyx_Theme") as app:
|
157 |
-
title = gr.Markdown('''# Web
|
158 |
description = gr.Markdown('''Get all media files from your desired webpages with just a few clicks.''')
|
159 |
with gr.Row():
|
160 |
with gr.Column(scale=0, min_width=480, variant="panel", elem_id="sd-panel"):
|
|
|
154 |
|
155 |
# Gradio Interface
|
156 |
with gr.Blocks(theme="Nymbo/Alyx_Theme") as app:
|
157 |
+
title = gr.Markdown('''# Web Scraping 🕵️''')
|
158 |
description = gr.Markdown('''Get all media files from your desired webpages with just a few clicks.''')
|
159 |
with gr.Row():
|
160 |
with gr.Column(scale=0, min_width=480, variant="panel", elem_id="sd-panel"):
|