Spaces:
Sleeping
Sleeping
Update app.py
#2
by
themanas021
- opened
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()
|