code-slicer commited on
Commit
e0efb51
Β·
verified Β·
1 Parent(s): bfcb88a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -178,8 +178,9 @@ def make_key(row) -> tuple[str, str]:
178
  # ───────────────────────────────────── streamlit μ˜μ—­ μ„ μ–Έ
179
  st.set_page_config(page_title="여행은 λͺ¨λ‘νˆ¬μ–΄ : λͺ¨μ•„(MoAi)", layout="centered")
180
  accent = _get_colors().get("accent", "#0B8A5A")
181
- st.markdown( """
182
- <h3 style="color:{accent}; font-weight:800; margin:0.25rem 0 1rem;">
 
183
  πŸ…Ό 여행은 λͺ¨λ‘νˆ¬μ–΄, μΆ”μ²œμ€ λͺ¨μ•„(MoAi)
184
  </h3>
185
  """,
 
178
  # ───────────────────────────────────── streamlit μ˜μ—­ μ„ μ–Έ
179
  st.set_page_config(page_title="여행은 λͺ¨λ‘νˆ¬μ–΄ : λͺ¨μ•„(MoAi)", layout="centered")
180
  accent = _get_colors().get("accent", "#0B8A5A")
181
+ st.markdown(
182
+ f"""
183
+ <h3 style="color:{accent}; font-weight:1000; margin:0.25rem 0 1rem;">
184
  πŸ…Ό 여행은 λͺ¨λ‘νˆ¬μ–΄, μΆ”μ²œμ€ λͺ¨μ•„(MoAi)
185
  </h3>
186
  """,