gsar78 commited on
Commit
724e8ab
·
verified ·
1 Parent(s): 975b809

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.\n\n"
110
- "Type in some text to see its sentiment classification: positive, neutral, or negative.\n\n"
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
  ["Η πικάντικη γεύση αυτής της σούπας λαχανικών ήταν ακριβώς αυτό που χρειαζόμουν σήμερα. Είχε μια ωραία γαργαλιστική αίσθηση χωρίς να είναι πολύ καυτερή."],