lijinzheyy commited on
Commit
adc4cbe
·
verified ·
1 Parent(s): 058985e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -135,7 +135,7 @@ st.markdown("""
135
  <style>
136
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
137
  html, body, [class*="css"] { font-family: 'Inter', sans-serif; font-size: 16px; }
138
- p, li, span, div, label { font-size: 15px !important; }
139
  textarea { font-size: 15px !important; }
140
  .stButton > button { font-size: 15px !important; padding: 0.45rem 1rem !important; }
141
  h1 { font-size: 1.9rem !important; } h2 { font-size: 1.4rem !important; }
@@ -427,7 +427,7 @@ with st.sidebar:
427
  # ── Header ────────────────────────────────────────────────────────────────────
428
  st.markdown("""
429
  <div class="main-header">
430
- <p style="font-size:3rem; font-weight:700; color:#1e293b; text-align:center; margin:0; line-height:1.2;">🎓 ACOS Course Evaluation System</p>
431
  <p>Aspect-Category-Opinion-Sentiment structured extraction &nbsp;·&nbsp; 🇬🇧 English &nbsp;·&nbsp; 🇲🇾 Bahasa Melayu</p>
432
  </div>
433
  """, unsafe_allow_html=True)
 
135
  <style>
136
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
137
  html, body, [class*="css"] { font-family: 'Inter', sans-serif; font-size: 16px; }
138
+ p, li, span, label { font-size: 15px !important; }
139
  textarea { font-size: 15px !important; }
140
  .stButton > button { font-size: 15px !important; padding: 0.45rem 1rem !important; }
141
  h1 { font-size: 1.9rem !important; } h2 { font-size: 1.4rem !important; }
 
427
  # ── Header ────────────────────────────────────────────────────────────────────
428
  st.markdown("""
429
  <div class="main-header">
430
+ <div style="font-size:3rem !important; font-weight:700; color:#1e293b; text-align:center; margin:0; line-height:1.2;">🎓 ACOS Course Evaluation System</div>
431
  <p>Aspect-Category-Opinion-Sentiment structured extraction &nbsp;·&nbsp; 🇬🇧 English &nbsp;·&nbsp; 🇲🇾 Bahasa Melayu</p>
432
  </div>
433
  """, unsafe_allow_html=True)