sarwansingh commited on
Commit
ecac833
1 Parent(s): 2032816

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ if img_file_buffer is not None:
84
 
85
  if response.status_code == 200 :
86
  st.write(" data updated on : " + url)
87
- else : st.write("data not updated " + url)
88
 
89
  ##############################
90
  st.image(image)
 
84
 
85
  if response.status_code == 200 :
86
  st.write(" data updated on : " + url)
87
+ else : st.write("data NOT updated " + url)
88
 
89
  ##############################
90
  st.image(image)