Spaces:
Runtime error
Runtime error
Commit
·
6944f55
1
Parent(s):
4a86afd
update UI2
Browse files
app.py
CHANGED
@@ -545,7 +545,7 @@ def read_logs():
|
|
545 |
with gr.Blocks() as demo:
|
546 |
# gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
|
547 |
with gr.Row():
|
548 |
-
with gr.
|
549 |
main = gr.ChatInterface(
|
550 |
chathmi2,
|
551 |
title="STLA BABY - YOUR FRIENDLY GUIDE",
|
|
|
545 |
with gr.Blocks() as demo:
|
546 |
# gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
|
547 |
with gr.Row():
|
548 |
+
with gr.Blocks(scale=2, min_width=800):
|
549 |
main = gr.ChatInterface(
|
550 |
chathmi2,
|
551 |
title="STLA BABY - YOUR FRIENDLY GUIDE",
|