Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,6 @@ def scrape_and_summarize(prompt, source):
|
|
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():
|
48 |
with gr.Column():
|
|
|
42 |
|
43 |
# Gradio interface
|
44 |
with gr.Blocks(theme='Nymbo/Alyx_Theme') as demo:
|
|
|
45 |
|
46 |
with gr.Row():
|
47 |
with gr.Column():
|