Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def fetch_content(url):
|
|
23 |
return f"An unexpected error occurred: {e}"
|
24 |
|
25 |
# Define the Gradio Interface
|
26 |
-
with gr.Blocks(theme=
|
27 |
gr.Markdown(
|
28 |
"""
|
29 |
# Fetch: Web Page Content Viewer
|
|
|
23 |
return f"An unexpected error occurred: {e}"
|
24 |
|
25 |
# Define the Gradio Interface
|
26 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
27 |
gr.Markdown(
|
28 |
"""
|
29 |
# Fetch: Web Page Content Viewer
|