陈俊杰 commited on
Commit
5a79da8
·
1 Parent(s): 3d68f4c
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -59,7 +59,9 @@ 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'>
 
59
 
60
  elif page == "Methodology":
61
  st.header("Methodology")
62
+ col1, col2, col3 = st.columns([1, 3, 1])
63
+ with col2:
64
+ st.image("asserts/method.svg", use_column_width=True)
65
  st.markdown("""
66
  <p class='main-text'>First, we choose four subtasks as shown in the table below:</p>
67
  <table class='main-text'>