codevlogger2003 commited on
Commit
ce4e9d2
β€’
1 Parent(s): a3281ca

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ def main():
172
 
173
 
174
  fileimage=st.file_uploader('Upload the file for detection πŸ“',type=['jpg'])
175
-
176
  if st.button('Predict'):
177
  if fileimage is None:
178
  st.warning('πŸ›ŽοΈWe are using default image πŸ“·')
 
172
 
173
 
174
  fileimage=st.file_uploader('Upload the file for detection πŸ“',type=['jpg'])
175
+ st.info("If you haven't filed, our system will employ a default image for prediction πŸ“. Simply press the 'Predict' button and directly upload your file for analysis 🧐.")
176
  if st.button('Predict'):
177
  if fileimage is None:
178
  st.warning('πŸ›ŽοΈWe are using default image πŸ“·')