陈俊杰
commited on
Commit
·
f664719
1
Parent(s):
a52e4dc
insert img
Browse files
app.py
CHANGED
@@ -114,9 +114,8 @@ The Automatic Evaluation of LLMs (AEOLLM) task is a new core task in [NTCIR-18](
|
|
114 |
|
115 |
elif page == "Methodology":
|
116 |
st.header("Methodology")
|
|
|
117 |
st.markdown("""
|
118 |
-
<img src="assets/method.svg" alt="" /><br />
|
119 |
-
|
120 |
<ol>
|
121 |
<li>First, we choose four subtasks as shown in the table below:</li>
|
122 |
<table>
|
|
|
114 |
|
115 |
elif page == "Methodology":
|
116 |
st.header("Methodology")
|
117 |
+
st.image("assets/method.svg", use_column_width=True)
|
118 |
st.markdown("""
|
|
|
|
|
119 |
<ol>
|
120 |
<li>First, we choose four subtasks as shown in the table below:</li>
|
121 |
<table>
|