dwb2023 commited on
Commit
3bbe81b
1 Parent(s): 6fc5944

Update app.py

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