Spaces:
Running
Running
Update app.py
Browse files
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>
|
402 |
-
<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,
|