OuroborosM commited on
Commit
f4e2335
·
1 Parent(s): 591248e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -641,7 +641,7 @@ with gr.Blocks() as demo:
641
  title = gr.Markdown("#STLA BABY - YOUR FRIENDLY GUIDE"),
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():
 
641
  title = gr.Markdown("#STLA BABY - YOUR FRIENDLY GUIDE"),
642
  chatbot = gr.Chatbot()
643
  with gr.Row():
644
+ inputtext = gr.Textbox(scale= 4, label="")
645
  submit_button = gr.Button("Submit")
646
 
647
  with gr.Row():