Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,11 +106,11 @@ if __name__ == "__main__":
|
|
106 |
inputs=gr.Textbox(placeholder="Enter sentence here..."),
|
107 |
outputs=gr.HTML(),
|
108 |
title="Hellenic Sentiment AI",
|
109 |
-
description="<p>A sentiment analysis model for
|
110 |
-
"<p>
|
111 |
examples=[
|
112 |
-
[
|
113 |
-
[
|
114 |
],
|
115 |
allow_flagging="manual",
|
116 |
flagging_options=["Incorrect", "Ambiguous"],
|
|
|
106 |
inputs=gr.Textbox(placeholder="Enter sentence here..."),
|
107 |
outputs=gr.HTML(),
|
108 |
title="Hellenic Sentiment AI",
|
109 |
+
description="<p>A sentiment analysis model, primarily for the Greek language.</p>"
|
110 |
+
"<p>Type in some text to see its sentiment classification: positive, neutral, or negative.</p>",
|
111 |
examples=[
|
112 |
+
["Η πικάντικη γεύση αυτής της σούπας λαχανικών ήταν ακριβώς αυτό που χρειαζόμουν σήμερα. Είχε μια ωραία γαργαλιστική αίσθηση χωρίς να είναι πολύ καυτερή."],
|
113 |
+
["Η πίτσα ήταν καμένη και τα υλικά φθηνής ποιότητας. Σίγουρα δεν θα ξαναπαραγγείλω από εκεί."]
|
114 |
],
|
115 |
allow_flagging="manual",
|
116 |
flagging_options=["Incorrect", "Ambiguous"],
|