Nymbo commited on
Commit
aa76b58
1 Parent(s): 051838e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def scrape_and_summarize(prompt, source):
89
  # return result, prettify_exec_info(exec_info)
90
 
91
  # Gradio interface
92
- with gr.Blocks() as demo:
93
  gr.Markdown("# Scrape websites, no-code version")
94
  gr.Markdown("""
95
  Easily scrape and summarize web content using advanced AI models on the Hugging Face Hub without writing any code. Input your desired prompt and source URL to get started.
 
89
  # return result, prettify_exec_info(exec_info)
90
 
91
  # Gradio interface
92
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
93
  gr.Markdown("# Scrape websites, no-code version")
94
  gr.Markdown("""
95
  Easily scrape and summarize web content using advanced AI models on the Hugging Face Hub without writing any code. Input your desired prompt and source URL to get started.