Saif Rehman Nasir commited on
Commit
52792b7
·
1 Parent(s): cade13f

Add buttion

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -375,7 +375,7 @@ def chat_interface():
375
  )
376
  response_textbox = gr.Textbox(label="Response Text")
377
  audio_output = gr.Audio(label="Response Audio")
378
- btn = gr.Button(value="Submit")
379
 
380
  btn.click(
381
  get_chatbot_response,
 
375
  )
376
  response_textbox = gr.Textbox(label="Response Text")
377
  audio_output = gr.Audio(label="Response Audio")
378
+ btn = gr.Button(value="Send")
379
 
380
  btn.click(
381
  get_chatbot_response,