Jay1121 commited on
Commit
0b95173
·
verified ·
1 Parent(s): 89beb47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -113,9 +113,9 @@ h1 {
113
  h1::before { content: "☎ "; }
114
  h1::after { content: " ☎"; }
115
 
116
- /* 설명 텍스트 (접속 메시지) - 호박색으로 변경 */
117
  .gradio-container p {
118
- color: var(--pc-amber) !important;
119
  font-size: 18px !important;
120
  border-bottom: 1px dashed var(--pc-grey);
121
  padding-bottom: 5px;
@@ -407,5 +407,4 @@ with gr.Blocks(theme=gr.themes.Base(), css=PC_COM_CSS, title="CHOLLIAN 98") as d
407
  )
408
 
409
  if __name__ == "__main__":
410
- demo.launch(server_name="0.0.0.0", server_port=7860)
411
-
 
113
  h1::before { content: "☎ "; }
114
  h1::after { content: " ☎"; }
115
 
116
+ /* 설명 텍스트 (접속 메시지) - 청록색으로 변경 */
117
  .gradio-container p {
118
+ color: var(--pc-cyan) !important;
119
  font-size: 18px !important;
120
  border-bottom: 1px dashed var(--pc-grey);
121
  padding-bottom: 5px;
 
407
  )
408
 
409
  if __name__ == "__main__":
410
+ demo.launch(server_name="0.0.0.0", server_port=7860)