Spaces:
Sleeping
Sleeping
themanas021
commited on
Commit
•
a6d889f
1
Parent(s):
4b36557
Update app.py
Browse files
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()
|