Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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():
|