Spaces:
Sleeping
Sleeping
Commit
•
17dc416
1
Parent(s):
4b36557
Update app.py (#2)
Browse files- Update app.py (a6d889f6aaee2d1a8b0227f5ae1b89cbd31c099c)
Co-authored-by: Manas Chopra <[email protected]>
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.
|
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()
|