Truong-Phuc Nguyen
commited on
Commit
•
7fea15e
1
Parent(s):
a8be4c9
Update pages/User manual.py
Browse files- pages/User manual.py +6 -6
pages/User manual.py
CHANGED
@@ -70,26 +70,26 @@ st.markdown("<h1 style='text-align: center;'>Detail of measurements</h1>", unsaf
|
|
70 |
df = pd.read_csv('measurement_details.csv', sep=';', index_col=False)
|
71 |
st.dataframe(data=df, use_container_width=True, height=773)
|
72 |
|
73 |
-
st.markdown("<h3 style='text-align: center;'>
|
74 |
|
75 |
col_1, col_2, col_3, col_4, col_5 = st.columns([1, 1, 1, 1, 1])
|
76 |
with col_1:
|
77 |
st.image(image='./images/1.png', caption='Figure 1', use_column_width=True)
|
78 |
st.image(image='./images/6.png', caption='Figure 6', use_column_width=True)
|
79 |
-
|
80 |
with col_2:
|
81 |
st.image(image='./images/2.png', caption='Figure 2', use_column_width=True)
|
82 |
st.image(image='./images/7.png', caption='Figure 7', use_column_width=True)
|
83 |
-
|
84 |
with col_3:
|
85 |
st.image(image='./images/3.png', caption='Figure 3', use_column_width=True)
|
86 |
st.image(image='./images/8.png', caption='Figure 8', use_column_width=True)
|
87 |
-
st.image(image='./images/
|
88 |
with col_4:
|
89 |
st.image(image='./images/4.png', caption='Figure 4', use_column_width=True)
|
90 |
st.image(image='./images/9.png', caption='Figure 9', use_column_width=True)
|
91 |
-
|
92 |
with col_5:
|
93 |
st.image(image='./images/5.png', caption='Figure 5', use_column_width=True)
|
94 |
st.image(image='./images/10.png', caption='Figure 10', use_column_width=True)
|
95 |
-
|
|
|
70 |
df = pd.read_csv('measurement_details.csv', sep=';', index_col=False)
|
71 |
st.dataframe(data=df, use_container_width=True, height=773)
|
72 |
|
73 |
+
st.markdown("<h3 style='text-align: center;'>Figure references</h3>", unsafe_allow_html=True)
|
74 |
|
75 |
col_1, col_2, col_3, col_4, col_5 = st.columns([1, 1, 1, 1, 1])
|
76 |
with col_1:
|
77 |
st.image(image='./images/1.png', caption='Figure 1', use_column_width=True)
|
78 |
st.image(image='./images/6.png', caption='Figure 6', use_column_width=True)
|
79 |
+
|
80 |
with col_2:
|
81 |
st.image(image='./images/2.png', caption='Figure 2', use_column_width=True)
|
82 |
st.image(image='./images/7.png', caption='Figure 7', use_column_width=True)
|
83 |
+
|
84 |
with col_3:
|
85 |
st.image(image='./images/3.png', caption='Figure 3', use_column_width=True)
|
86 |
st.image(image='./images/8.png', caption='Figure 8', use_column_width=True)
|
87 |
+
st.image(image='./images/11.png', caption='Figure 11', use_column_width=True)
|
88 |
with col_4:
|
89 |
st.image(image='./images/4.png', caption='Figure 4', use_column_width=True)
|
90 |
st.image(image='./images/9.png', caption='Figure 9', use_column_width=True)
|
91 |
+
|
92 |
with col_5:
|
93 |
st.image(image='./images/5.png', caption='Figure 5', use_column_width=True)
|
94 |
st.image(image='./images/10.png', caption='Figure 10', use_column_width=True)
|
95 |
+
|