lupantech commited on
Commit
80988ed
·
1 Parent(s): 35c2622

fixed context verification, refined buttons

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -623,7 +623,7 @@ def main(args):
623
  comment_textbox.submit(
624
  fn=lambda comment: (save_feedback(QUERY_ID, "comment", comment), gr.Info("Thank you for your comment! 💬")),
625
  inputs=[comment_textbox],
626
- outputs=[comment_textbox] # Clear the textbox after submission
627
  )
628
 
629
  # Bottom row for examples
 
623
  comment_textbox.submit(
624
  fn=lambda comment: (save_feedback(QUERY_ID, "comment", comment), gr.Info("Thank you for your comment! 💬")),
625
  inputs=[comment_textbox],
626
+ outputs=[]
627
  )
628
 
629
  # Bottom row for examples