Spaces:
Sleeping
Sleeping
Update alternative-2.py
Browse files- 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(
|
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():
|