YeongMin commited on
Commit
5857750
ยท
1 Parent(s): 5e7ee91
Files changed (1) hide show
  1. app.py +4 -4
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: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); color: white; }
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">โš–๏ธ ์ข…ํ•ฉ ๋ถ„์„ & ์ธ์‚ฌ์ดํŠธ</div>')
939
  comprehensive_output = gr.Markdown(
940
  value="""| ํ•ญ๋ชฉ | ๊ฐ์ • | ๋งŒ์กฑ๋„ | ๊ทผ๊ฑฐ |
941
  |------|------|--------|------|
@@ -946,7 +946,7 @@ def create_gradio_app():
946
  show_label=False
947
  )
948
 
949
- # 3๋‹จ๊ณ„ ๋ถ„์„ ๊ฒฐ๊ณผ - 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):