Kalbe-x-Bangkit commited on
Commit
af02c88
·
verified ·
1 Parent(s): 3a91177
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -399,8 +399,6 @@ uploaded_detection = st.sidebar.file_uploader("Upload image to detect", type=["p
399
 
400
  st.title("AI INTEGRATION FOR CHEST X-RAY")
401
 
402
- st.header("IMAGE ENHANCEMENT")
403
-
404
  # File uploader for DICOM files
405
  if uploaded_file is not None:
406
  if hasattr(uploaded_file, 'name'):
@@ -504,9 +502,7 @@ if uploaded_file is not None:
504
  except Exception as e:
505
  st.error(f"Error generating Grad-CAM: {e}")
506
 
507
- st.header("Chest X-ray Disease Detection")
508
-
509
- st.write("Upload a chest X-ray image and click on 'Detect' to find out if there's any disease.")
510
 
511
  model_detection = load_model_detection()
512
 
 
399
 
400
  st.title("AI INTEGRATION FOR CHEST X-RAY")
401
 
 
 
402
  # File uploader for DICOM files
403
  if uploaded_file is not None:
404
  if hasattr(uploaded_file, 'name'):
 
502
  except Exception as e:
503
  st.error(f"Error generating Grad-CAM: {e}")
504
 
505
+ st.text("All of the AI Model and Cloud Data can be integrated in one web platform through Streamlit, so that radiologists can diagnose and store medical image data easily, quickly, accurately and securely and the problems previously can be solved.")
 
 
506
 
507
  model_detection = load_model_detection()
508