Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,9 +41,8 @@ def scrape_and_summarize(prompt, source):
|
|
41 |
return result, prettify_exec_info(exec_info)
|
42 |
|
43 |
# Gradio interface
|
44 |
-
with gr.Blocks() as demo:
|
45 |
gr.Markdown("# Scrape with Instructions")
|
46 |
-
theme="Nymbo_Alyx_Theme"
|
47 |
|
48 |
with gr.Row():
|
49 |
with gr.Column():
|
|
|
41 |
return result, prettify_exec_info(exec_info)
|
42 |
|
43 |
# Gradio interface
|
44 |
+
with gr.Blocks(css=css, theme='Nymbo/Alyx_Theme') as demo:
|
45 |
gr.Markdown("# Scrape with Instructions")
|
|
|
46 |
|
47 |
with gr.Row():
|
48 |
with gr.Column():
|