Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 180 |
-
outputs = gr.outputs.Textbox(label="
|
| 181 |
|
| 182 |
with gr.Blocks() as demo:
|
| 183 |
|
| 184 |
gr.Markdown(
|
| 185 |
"""
|
| 186 |
-
# Emojo
|
| 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')
|