Spaces:
Sleeping
Sleeping
update interface
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ interface = gr.Interface(
|
|
86 |
],
|
87 |
title="Quora Insincere Questions Classifier",
|
88 |
examples=examples,
|
89 |
-
description="Enter your question to classify it as sincere or insincere. Select an example question
|
90 |
)
|
91 |
|
92 |
interface.launch()
|
|
|
86 |
],
|
87 |
title="Quora Insincere Questions Classifier",
|
88 |
examples=examples,
|
89 |
+
description="Enter your question to classify it as sincere or insincere. Select an example question below."
|
90 |
)
|
91 |
|
92 |
interface.launch()
|