peterkchung commited on
Commit
f4b9b87
1 Parent(s): 4ca2d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -11
app.py CHANGED
@@ -116,28 +116,25 @@ with gr.Blocks() as chatUI:
116
 
117
 
118
  with gr.Group():
119
- gr.Textbox(
120
- placeholder = "Please enter you question or request here...",
121
- show_label = False,
122
- scale = 2,
123
- )
124
-
125
- gr.Button("Submit", scale = 1)
126
 
127
 
128
  gr.Chatbot(
129
  bubble_full_width = False,
130
- scale = 2
131
  )
132
 
133
-
134
  gr.Textbox(
135
  placeholder = "Please enter you question or request here...",
136
  show_label = False,
137
- scale = 4,
138
  )
139
 
140
- gr.Button("Submit", scale = 1)
141
 
142
  with gr.Column(scale=2):
143
  companyInfo = gr.Markdown(
 
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,
123
+ )
124
+
125
+ gr.Button("Submit")
126
 
127
 
128
  gr.Chatbot(
129
  bubble_full_width = False,
 
130
  )
131
 
 
132
  gr.Textbox(
133
  placeholder = "Please enter you question or request here...",
134
  show_label = False,
 
135
  )
136
 
137
+ gr.Button("Submit")
138
 
139
  with gr.Column(scale=2):
140
  companyInfo = gr.Markdown(