ginipick commited on
Commit
9d5d1a6
Β·
verified Β·
1 Parent(s): cc5346b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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(