Nymbo commited on
Commit
0a59c4a
1 Parent(s): 26e5074

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='Nymbo/Alyx_Theme') as demo:
45
 
46
  with gr.Row():
47
  with gr.Column():
 
41
  return result, prettify_exec_info(exec_info)
42
 
43
  # Gradio interface
44
+ with gr.Blocks(theme='Nymbo/Nymbo_Theme') as demo:
45
 
46
  with gr.Row():
47
  with gr.Column():