陈俊杰 commited on
Commit
4b6b54f
1 Parent(s): 6a26f80
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -103,7 +103,6 @@ st.set_page_config(page_title="AEOLLM", page_icon="👋")
103
  st.title("NTCIR-18 Automatic Evaluation of LLMs (AEOLLM) Task")
104
 
105
  # 在侧边栏创建导航菜单
106
- st.sidebar.title("Navigation")
107
  with st.sidebar:
108
  page = option_menu(
109
  "Navigation",
@@ -114,7 +113,7 @@ with st.sidebar:
114
  menu_icon="cast",
115
  default_index=0,
116
  styles={
117
- "container": {"padding": "5px", "background-color": "#2E3B4E"},
118
  "icon": {"color": "orange", "font-size": "18px"},
119
  "nav-link": {"font-size": "16px", "text-align": "left", "margin":"0px", "--hover-color": "#6c757d"},
120
  "nav-link-selected": {"background-color": "#FF6347"},
 
103
  st.title("NTCIR-18 Automatic Evaluation of LLMs (AEOLLM) Task")
104
 
105
  # 在侧边栏创建导航菜单
 
106
  with st.sidebar:
107
  page = option_menu(
108
  "Navigation",
 
113
  menu_icon="cast",
114
  default_index=0,
115
  styles={
116
+ "container": {"padding": "5px"},
117
  "icon": {"color": "orange", "font-size": "18px"},
118
  "nav-link": {"font-size": "16px", "text-align": "left", "margin":"0px", "--hover-color": "#6c757d"},
119
  "nav-link-selected": {"background-color": "#FF6347"},