Luciferalive themanas021 commited on
Commit
17dc416
1 Parent(s): 4b36557

Update app.py (#2)

Browse files

- Update app.py (a6d889f6aaee2d1a8b0227f5ae1b89cbd31c099c)


Co-authored-by: Manas Chopra <themanas021@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,5 +37,5 @@ gr.Interface(
37
  inputs=feedback_textbox,
38
  outputs=feedback_output,
39
  title="Feedback Classifier",
40
- description="Enter your feedback and get the top 2 associated labels with scores. If the accuracy of the top label is less than 30%, it will prompt for another relevant feedback."
41
  ).launch()
 
37
  inputs=feedback_textbox,
38
  outputs=feedback_output,
39
  title="Feedback Classifier",
40
+ description="Enter your feedback and get the top 2 associated labels with scores."
41
  ).launch()