Spaces:
Runtime error
Runtime error
fixed context verification, refined buttons
Browse files
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=[
|
| 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
|