Spaces:
Runtime error
Runtime error
EmicoBinsfinder
commited on
Commit
•
99c33b8
1
Parent(s):
e5a45fc
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
46 |
text2 = gr.Textbox(label="Output")
|
47 |
|
48 |
chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
|
49 |
-
|
50 |
with gr.Column(scale=0.85):
|
51 |
txt = gr.Textbox(
|
52 |
show_label=False,
|
|
|
46 |
text2 = gr.Textbox(label="Output")
|
47 |
|
48 |
chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
|
49 |
+
with gr.Row():
|
50 |
with gr.Column(scale=0.85):
|
51 |
txt = gr.Textbox(
|
52 |
show_label=False,
|