petrified commited on
Commit
8329297
·
verified ·
1 Parent(s): 5fafb73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,9 +191,9 @@ with gr.Blocks() as demo:
191
  examples=['Top 10 prod_cate sales', 'Top product in category Seafood','What is the daily sales trend of the product Lobster'],
192
  inputs=chat_input
193
  )
 
194
  submit_button = gr.Button("生成响应")
195
  submit_button.click(fn=random_response, inputs=chat_input, outputs=[chat_output, temp_img])
196
- chat_output = gr.Textbox(label="Response", interactive=False)
197
 
198
 
199
 
 
191
  examples=['Top 10 prod_cate sales', 'Top product in category Seafood','What is the daily sales trend of the product Lobster'],
192
  inputs=chat_input
193
  )
194
+ chat_output = gr.Textbox(label="Response", interactive=False)
195
  submit_button = gr.Button("生成响应")
196
  submit_button.click(fn=random_response, inputs=chat_input, outputs=[chat_output, temp_img])
 
197
 
198
 
199