openfree commited on
Commit
04130d9
·
verified ·
1 Parent(s): 71361a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -0
app.py CHANGED
@@ -678,8 +678,25 @@ footer {visibility: hidden;}
678
  border: 1px solid #ddd !important;
679
  border-radius: 4px !important;
680
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
681
  """
682
 
 
683
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, title="NewsAI 서비스") as iface:
684
  with gr.Tabs():
685
  # 국가별 탭
 
678
  border: 1px solid #ddd !important;
679
  border-radius: 4px !important;
680
  }
681
+
682
+ .hn-article-group {
683
+ height: auto;
684
+ min-height: 250px;
685
+ margin-bottom: 20px;
686
+ padding: 15px;
687
+ border: 1px solid #eee;
688
+ border-radius: 5px;
689
+ background: white;
690
+ }
691
+ .report-section {
692
+ margin-top: 15px;
693
+ padding: 15px;
694
+ border-top: 1px solid #eee;
695
+ background: #f9f9f9;
696
+ }
697
  """
698
 
699
+
700
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, title="NewsAI 서비스") as iface:
701
  with gr.Tabs():
702
  # 국가별 탭