Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ iface = gr.Interface(
|
|
| 55 |
"**Note**: While we strive for accuracy, the model may occasionally misclassify sentences due to dataset limitations. "
|
| 56 |
"We apologize for any errors and appreciate your understanding.\n\n"
|
| 57 |
|
| 58 |
-
"**Enter a sentence in any language below to see how our model interprets it!**"
|
| 59 |
),
|
| 60 |
theme="compact"
|
| 61 |
)
|
|
|
|
| 55 |
"**Note**: While we strive for accuracy, the model may occasionally misclassify sentences due to dataset limitations. "
|
| 56 |
"We apologize for any errors and appreciate your understanding.\n\n"
|
| 57 |
|
| 58 |
+
"**Enter a sentence in any language below to see how our model interprets it!** 🤖"
|
| 59 |
),
|
| 60 |
theme="compact"
|
| 61 |
)
|