JonusNattapong commited on
Commit
ccd76f1
·
verified ·
1 Parent(s): ec7960b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -398,8 +398,8 @@ with gr.Blocks(css=CUSTOM_CSS, theme=gr.themes.Base()) as demo:
398
  with gr.Row():
399
  gr.HTML("""
400
  <div class='main-uxui-header'>
401
- <h1>Thai Sentiment Analysis (SpaceThai-e5)</h1>
402
- <p>วิเคราะห์ความรู้สึกภาษาไทย/อังกฤษ รองรับหลายโมเดล | Modern UX/UI</p>
403
  </div>
404
  """)
405
  with gr.Row():
@@ -428,6 +428,8 @@ with gr.Blocks(css=CUSTOM_CSS, theme=gr.themes.Base()) as demo:
428
  ["อาหารอร่อยดี แต่บริการช้ามาก"],
429
  ["คุณคิดอย่างไรกับเศรษฐกิจไทย?"],
430
  ["I love this product! It's amazing."],
 
 
431
  ["This is the worst experience I've ever had."]
432
  ],
433
  inputs=input_box,
 
398
  with gr.Row():
399
  gr.HTML("""
400
  <div class='main-uxui-header'>
401
+ <h1>Sentiment Analysis</h1>
402
+ <p>วิเคราะห์ความรู้สึกภาษาไทย และอื่นๆ etc. รองรับหลายโมเดล</p>
403
  </div>
404
  """)
405
  with gr.Row():
 
428
  ["อาหารอร่อยดี แต่บริการช้ามาก"],
429
  ["คุณคิดอย่างไรกับเศรษฐกิจไทย?"],
430
  ["I love this product! It's amazing."],
431
+ ["이 제품에는 매우 나쁩니다."],
432
+ ["इस उत्पाद के लिए बहुत बुरा.."],
433
  ["This is the worst experience I've ever had."]
434
  ],
435
  inputs=input_box,