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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Scrapping 🕵️''')
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"):