陈俊杰
commited on
Commit
·
3d68f4c
1
Parent(s):
335ee08
cjj-table
Browse files
app.py
CHANGED
@@ -29,10 +29,10 @@ with st.sidebar:
|
|
29 |
st.markdown("""
|
30 |
<style>
|
31 |
.dataframe th {
|
32 |
-
|
33 |
}
|
34 |
.dataframe td {
|
35 |
-
|
36 |
}
|
37 |
/* 应用到所有的Markdown渲染文本 */
|
38 |
div[data-testid="stMarkdownContainer"] p,
|
@@ -59,7 +59,7 @@ if page == "Introduction":
|
|
59 |
|
60 |
elif page == "Methodology":
|
61 |
st.header("Methodology")
|
62 |
-
st.image("asserts/method.svg"
|
63 |
st.markdown("""
|
64 |
<p class='main-text'>First, we choose four subtasks as shown in the table below:</p>
|
65 |
<table class='main-text'>
|
@@ -337,7 +337,7 @@ elif page == "Organisers":
|
|
337 |
<em>Haitao Li</em> [liht22@mails.tsinghua.edu.cn] (Tsinghua University)<br />
|
338 |
Please feel free to contact us! 😉
|
339 |
</p>""",unsafe_allow_html=True)
|
340 |
-
st.image("asserts/organizer.png"
|
341 |
elif page == "References":
|
342 |
st.header("References")
|
343 |
st.markdown("""
|
|
|
29 |
st.markdown("""
|
30 |
<style>
|
31 |
.dataframe th {
|
32 |
+
min-width: 100px;
|
33 |
}
|
34 |
.dataframe td {
|
35 |
+
min-width: 100px;
|
36 |
}
|
37 |
/* 应用到所有的Markdown渲染文本 */
|
38 |
div[data-testid="stMarkdownContainer"] p,
|
|
|
59 |
|
60 |
elif page == "Methodology":
|
61 |
st.header("Methodology")
|
62 |
+
st.image("asserts/method.svg")
|
63 |
st.markdown("""
|
64 |
<p class='main-text'>First, we choose four subtasks as shown in the table below:</p>
|
65 |
<table class='main-text'>
|
|
|
337 |
<em>Haitao Li</em> [liht22@mails.tsinghua.edu.cn] (Tsinghua University)<br />
|
338 |
Please feel free to contact us! 😉
|
339 |
</p>""",unsafe_allow_html=True)
|
340 |
+
st.image("asserts/organizer.png")
|
341 |
elif page == "References":
|
342 |
st.header("References")
|
343 |
st.markdown("""
|