Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -194,11 +194,10 @@ PLACEHOLDER = """
|
|
194 |
</div>
|
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(
|
204 |
body_background_fill="#fdf6e3",
|
@@ -213,6 +212,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(
|
|
213 |
code_background_fill="#fffaf0",
|
214 |
)) as demo:
|
215 |
|
|
|
216 |
|
217 |
# νμ
λͺ¨λ¬: μλΉμ€ μμ μ μ€μμ 200x200 ν½μ
ν¬κΈ°λ‘ llama.jpg μΆλ ₯
|
218 |
gr.HTML(
|
|
|
194 |
</div>
|
195 |
</div>
|
196 |
"""
|
|
|
197 |
with gr.Blocks(css=css, theme=gr.themes.Soft(
|
198 |
primary_hue="pink",
|
199 |
+
secondary_hue="blue", # μ΄μ μ€λ₯μμ "lightblue" λμ "blue" μ¬μ©
|
200 |
+
neutral_hue="gray", # "lightgray" λμ "gray" μ¬μ©
|
201 |
font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]
|
202 |
).set(
|
203 |
body_background_fill="#fdf6e3",
|
|
|
212 |
code_background_fill="#fffaf0",
|
213 |
)) as demo:
|
214 |
|
215 |
+
|
216 |
|
217 |
# νμ
λͺ¨λ¬: μλΉμ€ μμ μ μ€μμ 200x200 ν½μ
ν¬κΈ°λ‘ llama.jpg μΆλ ₯
|
218 |
gr.HTML(
|