OuroborosM commited on
Commit
f10a15b
·
1 Parent(s): 1bc0c07
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -637,11 +637,11 @@ with gr.Blocks() as demo:
637
  description= "v0.3: Powered by MECH Core Team",
638
  )
639
 
640
- with gr.Blocks() as main2:
641
- title = gr.Markdown("STLA BABY - YOUR FRIENDLY GUIDE"),
642
  chatbot = gr.Chatbot()
643
- with gr.Column():
644
- inputtext = gr.Textbox(scale= 2)
645
  submit_button = gr.Button("Submit")
646
 
647
  with gr.Row():
 
637
  description= "v0.3: Powered by MECH Core Team",
638
  )
639
 
640
+ with gr.Column() as main2:
641
+ title = gr.Markdown("<center>#STLA BABY - YOUR FRIENDLY GUIDE</center>"),
642
  chatbot = gr.Chatbot()
643
+ with gr.Row():
644
+ inputtext = gr.Textbox(scale= 3)
645
  submit_button = gr.Button("Submit")
646
 
647
  with gr.Row():