Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def extract_and_display(url):
|
|
111 |
formatted_output = format_output(extracted_content, url)
|
112 |
return formatted_output
|
113 |
|
114 |
-
app = gr.Blocks()
|
115 |
|
116 |
with app:
|
117 |
gr.Markdown("# Gradio Space/Model Content Extractor")
|
|
|
111 |
formatted_output = format_output(extracted_content, url)
|
112 |
return formatted_output
|
113 |
|
114 |
+
app = gr.Blocks(theme="sudeepshouche/minimalist")
|
115 |
|
116 |
with app:
|
117 |
gr.Markdown("# Gradio Space/Model Content Extractor")
|