Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,8 +106,8 @@ if __name__ == "__main__":
|
|
106 |
inputs=gr.Textbox(placeholder="Enter sentence here..."),
|
107 |
outputs=gr.HTML(),
|
108 |
title="Hellenic Sentiment AI",
|
109 |
-
description="A sentiment analysis model, primarily for the Greek language
|
110 |
-
"Type in some text to see its sentiment classification: positive, neutral, or negative
|
111 |
"Version 1.0 - Developed by GeoSar - 2024-07-08",
|
112 |
examples=[
|
113 |
["Η πικάντικη γεύση αυτής της σούπας λαχανικών ήταν ακριβώς αυτό που χρειαζόμουν σήμερα. Είχε μια ωραία γαργαλιστική αίσθηση χωρίς να είναι πολύ καυτερή."],
|
|
|
106 |
inputs=gr.Textbox(placeholder="Enter sentence here..."),
|
107 |
outputs=gr.HTML(),
|
108 |
title="Hellenic Sentiment AI",
|
109 |
+
description="A sentiment analysis model, primarily for the Greek language.<br>"
|
110 |
+
"Type in some text to see its sentiment classification: positive, neutral, or negative.<br>"
|
111 |
"Version 1.0 - Developed by GeoSar - 2024-07-08",
|
112 |
examples=[
|
113 |
["Η πικάντικη γεύση αυτής της σούπας λαχανικών ήταν ακριβώς αυτό που χρειαζόμουν σήμερα. Είχε μια ωραία γαργαλιστική αίσθηση χωρίς να είναι πολύ καυτερή."],
|