gurwindersingh commited on
Commit
f55c966
·
1 Parent(s): 58bcfd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ if img_file_buffer is not None:
80
  response = requests.get(url, params=data)
81
 
82
  if response.status_code == 200 :
83
- st.write(" data updated on : " + url)
84
  else : st.write("data not updated ")
85
 
86
  ##############################
 
80
  response = requests.get(url, params=data)
81
 
82
  if response.status_code == 200 :
83
+ st.write(" data updated on : https://kiwi-whispering-plier.glitch.me" )
84
  else : st.write("data not updated ")
85
 
86
  ##############################