code-slicer commited on
Commit
01d171a
Β·
verified Β·
1 Parent(s): 5ccd5ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -397,6 +397,16 @@ def make_key(row) -> tuple[str, str]:
397
 
398
  # ───────────────────────────────────── streamlit μ˜μ—­ μ„ μ–Έ
399
  st.set_page_config(page_title="여행은 λͺ¨λ‘νˆ¬μ–΄ : λͺ¨μ•„(MoAi)", layout="centered")
 
 
 
 
 
 
 
 
 
 
400
  accent = _get_colors().get("accent", "#0B8A5A")
401
  st.markdown(
402
  f"""
 
397
 
398
  # ───────────────────────────────────── streamlit μ˜μ—­ μ„ μ–Έ
399
  st.set_page_config(page_title="여행은 λͺ¨λ‘νˆ¬μ–΄ : λͺ¨μ•„(MoAi)", layout="centered")
400
+
401
+ st.markdown("""
402
+ <style>
403
+ /* μ‚¬μ΄λ“œλ°” κ³ μ • */
404
+ [data-testid="stSidebar"]{
405
+ position: fixed !important;
406
+ }
407
+ </style>
408
+ """, unsafe_allow_html=True)
409
+
410
  accent = _get_colors().get("accent", "#0B8A5A")
411
  st.markdown(
412
  f"""