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

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 ")
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)