gurwindersingh commited on
Commit
ee30e51
·
1 Parent(s): a40406b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -125,7 +125,8 @@ if img_file_buffer is not None:
125
  if response.status_code == 200 :
126
  st.write(" data updated on : https://kiwi-whispering-plier.glitch.me" )
127
  st.image(image)
128
- else : st.write("data not updated ")
 
129
 
130
  ##############################
131
 
 
125
  if response.status_code == 200 :
126
  st.write(" data updated on : https://kiwi-whispering-plier.glitch.me" )
127
  st.image(image)
128
+ else :
129
+ st.write("data not updated ")
130
 
131
  ##############################
132