-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathst_page_04.py
37 lines (28 loc) · 1.22 KB
/
st_page_04.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#--------------------
# Author : Serge Zaugg
# Description : some info
#--------------------
import streamlit as st
import os
c00, c01 = st.columns([0.9, 0.1])
with c00:
with st.container(border=True) :
st.subheader("Under construction ...")
# st.divider()
# st.subheader("Screenshot 1")
# st.image(os.path.join('pics/Screenshot11.png'), use_container_width=True, caption = '')
# st.divider()
# st.subheader("Screenshot 2")
# st.image(os.path.join('pics/Screenshot16.png'), use_container_width=True, caption = '')
# st.divider()
# st.subheader("Screenshot 3")
# st.image(os.path.join('pics/Screenshot21.png'), use_container_width=True, caption = '')
# st.divider()
# st.subheader("Screenshot 4")
# st.image(os.path.join('pics/Screenshot23.png'), use_container_width=True, caption = '')
# st.divider()
# st.subheader("Screenshot 5")
# st.image(os.path.join('pics/Screenshot24.png'), use_container_width=True, caption = '')
# st.divider()
# st.subheader("Screenshot 6")
# st.image(os.path.join('pics/Screenshot25.png'), use_container_width=True, caption = '')