Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,8 @@ enhancement_type = st.sidebar.selectbox(
|
|
41 |
|
42 |
st.sidebar.title("Detection")
|
43 |
uploaded_detection = st.sidebar.file_uploader("Upload image to detect", type=["png", "jpg", "jpeg", "dcm"])
|
|
|
|
|
44 |
|
45 |
# object detection ########################################################################
|
46 |
H_detection = 224
|
|
|
41 |
|
42 |
st.sidebar.title("Detection")
|
43 |
uploaded_detection = st.sidebar.file_uploader("Upload image to detect", type=["png", "jpg", "jpeg", "dcm"])
|
44 |
+
if st.sidebar.button('Open Viewer'):
|
45 |
+
webbrowser.open_new_tab("https://new-ohif-viewer-k7c3gdlxua-et.a.run.app/")
|
46 |
|
47 |
# object detection ########################################################################
|
48 |
H_detection = 224
|