Spaces:
Sleeping
Sleeping
Nattapong Tapachoom
commited on
Commit
·
5ac8891
1
Parent(s):
7cc22de
Update sentiment legend styling for improved visual appeal in Gradio app
Browse files
app.py
CHANGED
@@ -320,7 +320,7 @@ with gr.Blocks(
|
|
320 |
|
321 |
# Sentiment legend with enhanced styling
|
322 |
gr.Markdown("""
|
323 |
-
<div class='main-card' style='margin-top:30px; background: #
|
324 |
<h3 style='color:#3b3b6d; text-align:center; margin-bottom:20px;'>🎯 คำอธิบายผลการวิเคราะห์</h3>
|
325 |
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; padding: 12px 0;">
|
326 |
<div style="text-align: center; padding: 13px; background: rgba(76, 175, 80, 0.08); border-radius: 11px;">
|
|
|
320 |
|
321 |
# Sentiment legend with enhanced styling
|
322 |
gr.Markdown("""
|
323 |
+
<div class='main-card' style='margin-top:30px; background: #5b3b6d;'>
|
324 |
<h3 style='color:#3b3b6d; text-align:center; margin-bottom:20px;'>🎯 คำอธิบายผลการวิเคราะห์</h3>
|
325 |
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; padding: 12px 0;">
|
326 |
<div style="text-align: center; padding: 13px; background: rgba(76, 175, 80, 0.08); border-radius: 11px;">
|