Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ footer {
|
|
193 |
"""
|
194 |
|
195 |
# Gradio ์ธํฐํ์ด์ค ๊ตฌ์ฑ
|
196 |
-
with gr.Blocks(css=css, title="NewsAI ์๋น์ค") as iface:
|
197 |
gr.Markdown("๊ฒ์์ด๋ฅผ ์
๋ ฅํ๊ณ ์ํ๋ ๊ตญ๊ฐ๋ฅผ ์ ํํ๋ฉด, ๊ฒ์์ด์ ์ผ์นํ๋ 24์๊ฐ ์ด๋ด ๋ด์ค๋ฅผ ์ต๋ 100๊ฐ ์ถ๋ ฅํฉ๋๋ค.")
|
198 |
|
199 |
with gr.Column():
|
|
|
193 |
"""
|
194 |
|
195 |
# Gradio ์ธํฐํ์ด์ค ๊ตฌ์ฑ
|
196 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, title="NewsAI ์๋น์ค") as iface:
|
197 |
gr.Markdown("๊ฒ์์ด๋ฅผ ์
๋ ฅํ๊ณ ์ํ๋ ๊ตญ๊ฐ๋ฅผ ์ ํํ๋ฉด, ๊ฒ์์ด์ ์ผ์นํ๋ 24์๊ฐ ์ด๋ด ๋ด์ค๋ฅผ ์ต๋ 100๊ฐ ์ถ๋ ฅํฉ๋๋ค.")
|
198 |
|
199 |
with gr.Column():
|