Kalbe-x-Bangkit
commited on
Commit
•
3a1a688
1
Parent(s):
7ac0de2
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,8 @@ bucket_load = storage_client.bucket(bucket_name_load)
|
|
33 |
|
34 |
# object detection ########################################################################
|
35 |
|
|
|
|
|
36 |
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, so that the problems previously can be solved.")
|
37 |
st.markdown("""
|
38 |
**Overview**
|
@@ -411,9 +413,7 @@ enhancement_type = st.sidebar.selectbox(
|
|
411 |
)
|
412 |
|
413 |
st.sidebar.title("Detection")
|
414 |
-
uploaded_detection = st.sidebar.file_uploader("Upload image to detect", type=["png", "jpg", "jpeg"
|
415 |
-
|
416 |
-
st.title("AI INTEGRATION FOR CHEST X-RAY")
|
417 |
|
418 |
# File uploader for DICOM files
|
419 |
if uploaded_file is not None:
|
|
|
33 |
|
34 |
# object detection ########################################################################
|
35 |
|
36 |
+
st.title("AI INTEGRATION FOR CHEST X-RAY")
|
37 |
+
|
38 |
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, so that the problems previously can be solved.")
|
39 |
st.markdown("""
|
40 |
**Overview**
|
|
|
413 |
)
|
414 |
|
415 |
st.sidebar.title("Detection")
|
416 |
+
uploaded_detection = st.sidebar.file_uploader("Upload image to detect", type=["png", "jpg", "jpeg"])
|
|
|
|
|
417 |
|
418 |
# File uploader for DICOM files
|
419 |
if uploaded_file is not None:
|