braedenb commited on
Commit
9fa89e8
1 Parent(s): 2f367e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,7 +264,7 @@ if uploaded_file is not None:
264
  # TEMP UPLOAD PROCEDURE
265
  # Uploading to GCS avoided until security is better
266
  # Placeholder image is uploaded to sheet for now to track usage of app
267
- gcs_url = "https://wellness.ucsb.edu/sites/default/files/2023-09/1.png"
268
  save_to_google_sheet(email, predictions, sheet_id, sheet_name, gcs_url)
269
 
270
  email = email if email else ""
 
264
  # TEMP UPLOAD PROCEDURE
265
  # Uploading to GCS avoided until security is better
266
  # Placeholder image is uploaded to sheet for now to track usage of app
267
+ gcs_url = "https://inaturalist-open-data.s3.amazonaws.com/photos/363523152/large.jpg"
268
  save_to_google_sheet(email, predictions, sheet_id, sheet_name, gcs_url)
269
 
270
  email = email if email else ""