Pijush2023 commited on
Commit
1369f65
·
verified ·
1 Parent(s): 4283557

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -346,7 +346,7 @@ def bot(history, choice, tts_choice, retrieval_mode):
346
 
347
  def add_message(history, message):
348
  history.append((message, None))
349
- return history, gr.Textbox(value="", interactive=True, placeholder="Ask More Questions...", show_label=False)
350
 
351
  def print_like_dislike(x: gr.LikeData):
352
  print(x.index, x.value, x.liked)
 
346
 
347
  def add_message(history, message):
348
  history.append((message, None))
349
+ return history, gr.Textbox(value="", interactive=True, show_label=False)
350
 
351
  def print_like_dislike(x: gr.LikeData):
352
  print(x.index, x.value, x.liked)