Kalbe-x-Bangkit commited on
Commit
3b5c8d5
·
verified ·
1 Parent(s): 9e7a0b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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