Spaces:
Sleeping
Sleeping
peterkchung
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks() as chatUI:
|
|
116 |
|
117 |
|
118 |
with gr.Group():
|
119 |
-
gr.Row():
|
120 |
gr.Textbox(
|
121 |
placeholder = "Please enter you question or request here...",
|
122 |
show_label = False,
|
|
|
116 |
|
117 |
|
118 |
with gr.Group():
|
119 |
+
with gr.Row():
|
120 |
gr.Textbox(
|
121 |
placeholder = "Please enter you question or request here...",
|
122 |
show_label = False,
|