Update app.py
Browse files
app.py
CHANGED
@@ -396,8 +396,6 @@ enhancement_type = st.sidebar.selectbox(
|
|
396 |
|
397 |
st.sidebar.title("Detection")
|
398 |
uploaded_detection = st.sidebar.file_uploader("Upload image to detect", type=["png", "jpg", "jpeg", "dcm"])
|
399 |
-
if st.sidebar.button('Open Viewer'):
|
400 |
-
redirect_button("https://new-ohif-viewer-k7c3gdlxua-et.a.run.app/")
|
401 |
|
402 |
st.title("AI INTEGRATION FOR CHEST X-RAY")
|
403 |
|
|
|
396 |
|
397 |
st.sidebar.title("Detection")
|
398 |
uploaded_detection = st.sidebar.file_uploader("Upload image to detect", type=["png", "jpg", "jpeg", "dcm"])
|
|
|
|
|
399 |
|
400 |
st.title("AI INTEGRATION FOR CHEST X-RAY")
|
401 |
|