Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -999,9 +999,7 @@ def create_interface() -> gr.Blocks():
|
|
999 |
with gr.Blocks() as demo:
|
1000 |
gr.Markdown("# All-in-One Scraper, Database, and RSS Feeder")
|
1001 |
with gr.Row():
|
1002 |
-
|
1003 |
-
# ... (Scraping Controls) ...
|
1004 |
-
with gr.Column():
|
1005 |
# Chat Interface
|
1006 |
chat_history = gr.Chatbot(label="Chat History", type='messages') # Updated line
|
1007 |
with gr.Row():
|
|
|
999 |
with gr.Blocks() as demo:
|
1000 |
gr.Markdown("# All-in-One Scraper, Database, and RSS Feeder")
|
1001 |
with gr.Row():
|
1002 |
+
with gr.Column():
|
|
|
|
|
1003 |
# Chat Interface
|
1004 |
chat_history = gr.Chatbot(label="Chat History", type='messages') # Updated line
|
1005 |
with gr.Row():
|