Nymbo commited on
Commit
22c69b7
1 Parent(s): 1629322

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def scrape_and_summarize(prompt, source):
41
  return result, prettify_exec_info(exec_info)
42
 
43
  # Gradio interface
44
- with gr.Blocks(theme=theme, theme='Nymbo/Alyx_Theme') as demo:
45
  gr.Markdown("# Scrape with Instructions")
46
 
47
  with gr.Row():
 
41
  return result, prettify_exec_info(exec_info)
42
 
43
  # Gradio interface
44
+ with gr.Blocks(theme='Nymbo/Alyx_Theme') as demo:
45
  gr.Markdown("# Scrape with Instructions")
46
 
47
  with gr.Row():