Nymbo commited on
Commit
3be1e93
·
verified ·
1 Parent(s): a2c98fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/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():
 
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():