cafierom commited on
Commit
c451855
·
verified ·
1 Parent(s): 25842b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ with gr.Blocks() as forest:
227
  with gr.Row():
228
  msg = gr.Textbox(label="Type your messages here and hit enter.", scale = 2)
229
  chat_btn = gr.Button(value = "Send", scale = 0)
230
- elitas_voice = gr.HTML()
231
 
232
  clear = gr.ClearButton([msg, chatbot])
233
 
 
227
  with gr.Row():
228
  msg = gr.Textbox(label="Type your messages here and hit enter.", scale = 2)
229
  chat_btn = gr.Button(value = "Send", scale = 0)
230
+ talk_ele = gr.HTML()
231
 
232
  clear = gr.ClearButton([msg, chatbot])
233