tomemojo commited on
Commit
54f0e1b
·
1 Parent(s): 5e3b3e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -176,14 +176,14 @@ Always keep receipts from any services performed to the vehicle by an authorized
176
  return response
177
 
178
 
179
- inputs = gr.inputs.Textbox(label="Customer Question")
180
- outputs = gr.outputs.Textbox(label="Suggested Response")
181
 
182
  with gr.Blocks() as demo:
183
 
184
  gr.Markdown(
185
  """
186
- # Emojo Customer Service| In Development
187
  """
188
  )
189
  responseBox = gr.Interface(fn=emojobot, inputs=[inputs], outputs=outputs, allow_flagging='never')
 
176
  return response
177
 
178
 
179
+ inputs = gr.inputs.Textbox(label="Bike Series for Review")
180
+ outputs = gr.outputs.Textbox(label="Customer Review")
181
 
182
  with gr.Blocks() as demo:
183
 
184
  gr.Markdown(
185
  """
186
+ # Emojo Service| In Development
187
  """
188
  )
189
  responseBox = gr.Interface(fn=emojobot, inputs=[inputs], outputs=outputs, allow_flagging='never')