chenjj826 commited on
Commit
a6982a1
·
verified ·
1 Parent(s): 503eca7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -8,14 +8,6 @@ import time
8
  # 设置页面标题和大标题
9
  st.set_page_config(page_title="AEOLLM", page_icon="👋", layout="wide")
10
  st.title("NTCIR-18 Automatic Evaluation of LLMs (AEOLLM) Task")
11
- st.markdown(
12
- """
13
- <div style="text-align: center;">
14
- <img src="asserts/aeollm.png" alt="ICON" style="width:50%;">
15
- </div>
16
- """,
17
- unsafe_allow_html=True
18
- )
19
 
20
  # 在侧边栏创建导航菜单
21
  with st.sidebar:
 
8
  # 设置页面标题和大标题
9
  st.set_page_config(page_title="AEOLLM", page_icon="👋", layout="wide")
10
  st.title("NTCIR-18 Automatic Evaluation of LLMs (AEOLLM) Task")
 
 
 
 
 
 
 
 
11
 
12
  # 在侧边栏创建导航菜单
13
  with st.sidebar: