Update app.py
Browse files
app.py
CHANGED
@@ -502,7 +502,7 @@ if uploaded_file is not None:
|
|
502 |
except Exception as e:
|
503 |
st.error(f"Error generating Grad-CAM: {e}")
|
504 |
|
505 |
-
st.
|
506 |
|
507 |
model_detection = load_model_detection()
|
508 |
|
|
|
502 |
except Exception as e:
|
503 |
st.error(f"Error generating Grad-CAM: {e}")
|
504 |
|
505 |
+
st.write("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 |
|