peterkchung commited on
Commit
3df1aa2
1 Parent(s): f4b9b87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,