Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,6 +65,9 @@ def describe_image(image, filename, description, copyright):
|
|
| 65 |
data_df.to_csv(csv_file_path, index=False)
|
| 66 |
s3.upload_file(csv_file_path, s3_bucket_name, csv_file_path)
|
| 67 |
|
|
|
|
|
|
|
|
|
|
| 68 |
return None
|
| 69 |
|
| 70 |
def auth_fn(username, password):
|
|
|
|
| 65 |
data_df.to_csv(csv_file_path, index=False)
|
| 66 |
s3.upload_file(csv_file_path, s3_bucket_name, csv_file_path)
|
| 67 |
|
| 68 |
+
gr.Info('Data saved.')
|
| 69 |
+
|
| 70 |
+
|
| 71 |
return None
|
| 72 |
|
| 73 |
def auth_fn(username, password):
|