Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ examples = [
|
|
66 |
"๊ฝ์ด ํผ์ด๋๋ ๊ณผ์ "
|
67 |
]
|
68 |
|
69 |
-
with gr.Blocks(theme="
|
70 |
with gr.Column(elem_id="col-container"):
|
71 |
with gr.Row():
|
72 |
prompt = gr.Text(label="ํ๋กฌํํธ", show_label=False, max_lines=1, placeholder="ํ๋กฌํํธ๋ฅผ ์
๋ ฅํ์ธ์")
|
|
|
66 |
"๊ฝ์ด ํผ์ด๋๋ ๊ณผ์ "
|
67 |
]
|
68 |
|
69 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
70 |
with gr.Column(elem_id="col-container"):
|
71 |
with gr.Row():
|
72 |
prompt = gr.Text(label="ํ๋กฌํํธ", show_label=False, max_lines=1, placeholder="ํ๋กฌํํธ๋ฅผ ์
๋ ฅํ์ธ์")
|