Spaces:
Sleeping
Sleeping
YeongMin
commited on
Commit
ยท
5857750
1
Parent(s):
5e7ee91
0.7
Browse files
app.py
CHANGED
|
@@ -890,7 +890,7 @@ def create_gradio_app():
|
|
| 890 |
text-align: center;
|
| 891 |
}
|
| 892 |
.sentiment-positive { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; }
|
| 893 |
-
.sentiment-neutral { background:
|
| 894 |
.sentiment-negative { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); color: white; }
|
| 895 |
.metric-card {
|
| 896 |
border: 2px solid #e5e7eb;
|
|
@@ -934,8 +934,8 @@ def create_gradio_app():
|
|
| 934 |
gr.Markdown("---")
|
| 935 |
gr.Markdown("## ๐ ๋ถ์ ๊ฒฐ๊ณผ")
|
| 936 |
|
| 937 |
-
# ์ข
ํฉ ๋ถ์ - ์ ์ฒด ๋๋น
|
| 938 |
-
gr.HTML('<div class="card-header sentiment-neutral">โ๏ธ ์ข
ํฉ
|
| 939 |
comprehensive_output = gr.Markdown(
|
| 940 |
value="""| ํญ๋ชฉ | ๊ฐ์ | ๋ง์กฑ๋ | ๊ทผ๊ฑฐ |
|
| 941 |
|------|------|--------|------|
|
|
@@ -946,7 +946,7 @@ def create_gradio_app():
|
|
| 946 |
show_label=False
|
| 947 |
)
|
| 948 |
|
| 949 |
-
# 3๋จ๊ณ ๋ถ์
|
| 950 |
with gr.Row(equal_height=True):
|
| 951 |
# 1๋จ๊ณ: ๊ฐ์ ๋ถ์
|
| 952 |
with gr.Column(scale=1):
|
|
|
|
| 890 |
text-align: center;
|
| 891 |
}
|
| 892 |
.sentiment-positive { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; }
|
| 893 |
+
.sentiment-neutral { background: #6b7280; color: white; }
|
| 894 |
.sentiment-negative { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); color: white; }
|
| 895 |
.metric-card {
|
| 896 |
border: 2px solid #e5e7eb;
|
|
|
|
| 934 |
gr.Markdown("---")
|
| 935 |
gr.Markdown("## ๐ ๋ถ์ ๊ฒฐ๊ณผ")
|
| 936 |
|
| 937 |
+
# ์ข
ํฉ ๋ถ์ - ์ ์ฒด ๋๋น
|
| 938 |
+
gr.HTML('<div class="card-header sentiment-neutral">โ๏ธ ์ข
ํฉ ๋ถ์</div>')
|
| 939 |
comprehensive_output = gr.Markdown(
|
| 940 |
value="""| ํญ๋ชฉ | ๊ฐ์ | ๋ง์กฑ๋ | ๊ทผ๊ฑฐ |
|
| 941 |
|------|------|--------|------|
|
|
|
|
| 946 |
show_label=False
|
| 947 |
)
|
| 948 |
|
| 949 |
+
# 3๋จ๊ณ ๋ถ์ - ๊ฐ๋ก๋ก ๋ฐฐ์น
|
| 950 |
with gr.Row(equal_height=True):
|
| 951 |
# 1๋จ๊ณ: ๊ฐ์ ๋ถ์
|
| 952 |
with gr.Column(scale=1):
|