Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ footer {
|
|
151 |
"""
|
152 |
|
153 |
# Gradio ์ธํฐํ์ด์ค ๊ตฌ์ฑ
|
154 |
-
with gr.Blocks(css=css, title="NewsAI ์๋น์ค") as iface:
|
155 |
gr.Markdown("๊ฒ์์ด๋ฅผ ์
๋ ฅํ๊ณ ์ํ๋ ๊ตญ๊ฐ๋ฅผ ์ ํํ๋ฉด, ๊ฒ์์ด์ ์ผ์นํ๋ 24์๊ฐ ์ด๋ด ๋ด์ค๋ฅผ ์ต๋ 10๊ฐ ์ถ๋ ฅํฉ๋๋ค.")
|
156 |
|
157 |
with gr.Column():
|
|
|
151 |
"""
|
152 |
|
153 |
# Gradio ์ธํฐํ์ด์ค ๊ตฌ์ฑ
|
154 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, title="NewsAI ์๋น์ค") as iface:
|
155 |
gr.Markdown("๊ฒ์์ด๋ฅผ ์
๋ ฅํ๊ณ ์ํ๋ ๊ตญ๊ฐ๋ฅผ ์ ํํ๋ฉด, ๊ฒ์์ด์ ์ผ์นํ๋ 24์๊ฐ ์ด๋ด ๋ด์ค๋ฅผ ์ต๋ 10๊ฐ ์ถ๋ ฅํฉ๋๋ค.")
|
156 |
|
157 |
with gr.Column():
|