Spaces:
Runtime error
Runtime error
Commit
·
f10a15b
1
Parent(s):
1bc0c07
new UI
Browse files
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.
|
641 |
-
title = gr.Markdown("STLA BABY - YOUR FRIENDLY GUIDE"),
|
642 |
chatbot = gr.Chatbot()
|
643 |
-
with gr.
|
644 |
-
inputtext = gr.Textbox(scale=
|
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():
|