Nymbo commited on
Commit
00aa2d8
·
verified ·
1 Parent(s): 8004d01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=gr.themes.Soft()) as demo:
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