Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -195,10 +195,9 @@ PLACEHOLDER = """
|
|
195 |
</div>
|
196 |
"""
|
197 |
|
198 |
-
# Gradio Blocks๋ฅผ ์ฌ์ฉํ์ฌ ๊ธฐ์กด ChatInterface์ ํ์
HTML์ ์ถ๊ฐ
|
199 |
with gr.Blocks(css=css, theme=gr.themes.Soft(
|
200 |
primary_hue="pink",
|
201 |
-
secondary_hue="lightblue"
|
202 |
neutral_hue="lightgray",
|
203 |
font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]
|
204 |
).set(
|
@@ -213,6 +212,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(
|
|
213 |
background_fill_secondary="#fdf6e3",
|
214 |
code_background_fill="#fffaf0",
|
215 |
)) as demo:
|
|
|
216 |
|
217 |
# ํ์
๋ชจ๋ฌ: ์๋น์ค ์์ ์ ์ค์์ 200x200 ํฝ์
ํฌ๊ธฐ๋ก llama.jpg ์ถ๋ ฅ
|
218 |
gr.HTML(
|
|
|
195 |
</div>
|
196 |
"""
|
197 |
|
|
|
198 |
with gr.Blocks(css=css, theme=gr.themes.Soft(
|
199 |
primary_hue="pink",
|
200 |
+
secondary_hue="blue", # "lightblue" ๋์ "blue" ์ฌ์ฉ
|
201 |
neutral_hue="lightgray",
|
202 |
font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]
|
203 |
).set(
|
|
|
212 |
background_fill_secondary="#fdf6e3",
|
213 |
code_background_fill="#fffaf0",
|
214 |
)) as demo:
|
215 |
+
|
216 |
|
217 |
# ํ์
๋ชจ๋ฌ: ์๋น์ค ์์ ์ ์ค์์ 200x200 ํฝ์
ํฌ๊ธฐ๋ก llama.jpg ์ถ๋ ฅ
|
218 |
gr.HTML(
|