Spaces:
Running
Running
Update app.py
Browse files
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-
|
| 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)
|
|
|