rodrigomasini commited on
Commit
17a80d5
·
verified ·
1 Parent(s): a7d9a57

Update alternative-2.py

Browse files
Files changed (1) hide show
  1. alternative-2.py +1 -1
alternative-2.py CHANGED
@@ -139,7 +139,7 @@ choices = [
139
  ]
140
 
141
  # Create the Gradio interface
142
- with gr.Blocks(allow_flagging='never', theme="sudeepshouche/minimalist") as demo:
143
  gr.Markdown("# The Big Scraper")
144
  with gr.Tab("Scraped"):
145
  with gr.Row():
 
139
  ]
140
 
141
  # Create the Gradio interface
142
+ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
143
  gr.Markdown("# The Big Scraper")
144
  with gr.Tab("Scraped"):
145
  with gr.Row():