ginipick commited on
Commit
cc5346b
ยท
verified ยท
1 Parent(s): d2c6371

Update app.py

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