Kalbe-x-Bangkit commited on
Commit
45aed18
·
verified ·
1 Parent(s): af02c88

Update app.py

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