code-slicer commited on
Commit
a5a3c1b
Β·
verified Β·
1 Parent(s): a6b8884

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -177,7 +177,13 @@ def make_key(row) -> tuple[str, str]:
177
 
178
  # ───────────────────────────────────── streamlit μ˜μ—­ μ„ μ–Έ
179
  st.set_page_config(page_title="여행은 λͺ¨λ‘νˆ¬μ–΄ : λͺ¨μ•„(MoAi)", layout="centered")
180
- st.markdown("<h3>πŸ…Ό 여행은 λͺ¨λ‘νˆ¬μ–΄, μΆ”μ²œμ€ λͺ¨μ•„(MoAi)", unsafe_allow_html=True)
 
 
 
 
 
 
181
 
182
 
183
  # ── P κΈ€κΌ΄ 크기 14 px ───────────────────────────────────
 
177
 
178
  # ───────────────────────────────────── streamlit μ˜μ—­ μ„ μ–Έ
179
  st.set_page_config(page_title="여행은 λͺ¨λ‘νˆ¬μ–΄ : λͺ¨μ•„(MoAi)", layout="centered")
180
+ st.markdown( """
181
+ <h3 style="color:#0B8A5A; font-weight:800; margin:0.25rem 0 1rem;">
182
+ πŸ…Ό 여행은 λͺ¨λ‘νˆ¬μ–΄, μΆ”μ²œμ€ λͺ¨μ•„(MoAi)
183
+ </h3>
184
+ """,
185
+ unsafe_allow_html=True,
186
+ )
187
 
188
 
189
  # ── P κΈ€κΌ΄ 크기 14 px ───────────────────────────────────