Luciferalive commited on
Commit
12e1c96
1 Parent(s): d775997

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -26,6 +26,5 @@ gr.Interface(
26
  inputs=feedback_textbox,
27
  outputs=feedback_output,
28
  title="Feedback Classifier",
29
- description="Enter your feedback and get the top 2 associated labels with scores.",
30
- capture_session=True
31
  ).launch()
 
26
  inputs=feedback_textbox,
27
  outputs=feedback_output,
28
  title="Feedback Classifier",
29
+ description="Enter your feedback and get the top 2 associated labels with scores."
 
30
  ).launch()