Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ def checker(url, media_types):
|
|
153 |
return files
|
154 |
|
155 |
# Gradio Interface
|
156 |
-
with gr.Blocks(theme="Nymbo/
|
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():
|
|
|
153 |
return files
|
154 |
|
155 |
# Gradio Interface
|
156 |
+
with gr.Blocks(theme="Nymbo/Nymbo_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():
|