acecalisto3 commited on
Commit
6e96ed2
·
verified ·
1 Parent(s): a251ca8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -999,12 +999,11 @@ 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
- with gr.Column():
1003
  # Chat Interface
1004
  chat_history = gr.Chatbot(label="Chat History", type='messages') # Updated line
1005
  with gr.Row():
1006
  message = gr.Textbox(label="Message", placeholder="Type your message here...")
1007
-
1008
  scrape_interval = gr.Slider(
1009
  minimum=1,
1010
  maximum=60,
@@ -1026,7 +1025,6 @@ def create_interface() -> gr.Blocks():
1026
  status_output = gr.Textbox(
1027
  label="Status Output", interactive=False, lines=2
1028
  )
1029
-
1030
  with gr.Column():
1031
  # Chat Interface
1032
  chat_history = gr.Chatbot(label="Chat History")
 
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():
1006
  message = gr.Textbox(label="Message", placeholder="Type your message here...")
 
1007
  scrape_interval = gr.Slider(
1008
  minimum=1,
1009
  maximum=60,
 
1025
  status_output = gr.Textbox(
1026
  label="Status Output", interactive=False, lines=2
1027
  )
 
1028
  with gr.Column():
1029
  # Chat Interface
1030
  chat_history = gr.Chatbot(label="Chat History")