tappyness1
commited on
Commit
·
a1027a2
1
Parent(s):
26364eb
default to side-by-side
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def main(cfg_path="cfg/cfg.yml"):
|
|
31 |
# checkbox_one = st.sidebar.checkbox("Show Image", value=True) # rename as necessary
|
32 |
checkbox_two = st.sidebar.checkbox("Show Inference", value=True)
|
33 |
checkbox_three = st.sidebar.checkbox("Show Ground Truth", value=True)
|
34 |
-
checkbox_four = st.sidebar.checkbox("Show Side by Side (GT and Pred)", value=
|
35 |
|
36 |
option = st.sidebar.selectbox("Select Image", image_tool.all_img)
|
37 |
|
|
|
31 |
# checkbox_one = st.sidebar.checkbox("Show Image", value=True) # rename as necessary
|
32 |
checkbox_two = st.sidebar.checkbox("Show Inference", value=True)
|
33 |
checkbox_three = st.sidebar.checkbox("Show Ground Truth", value=True)
|
34 |
+
checkbox_four = st.sidebar.checkbox("Show Side by Side (GT and Pred)", value=True)
|
35 |
|
36 |
option = st.sidebar.selectbox("Select Image", image_tool.all_img)
|
37 |
|