Chris
commited on
Commit
·
e8503d1
1
Parent(s):
0dc66b4
fixed message
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def upload_files(file_paths):
|
|
43 |
dataset.push_to_hub(DATASET_NAME, token=HUGGINGFACE_TOKEN)
|
44 |
|
45 |
# Return a message indicating the success of the uploads
|
46 |
-
return f"
|
47 |
|
48 |
# Function to clear the upload file list
|
49 |
def clear_files():
|
|
|
43 |
dataset.push_to_hub(DATASET_NAME, token=HUGGINGFACE_TOKEN)
|
44 |
|
45 |
# Return a message indicating the success of the uploads
|
46 |
+
return f"File(s) uploaded successfully!"
|
47 |
|
48 |
# Function to clear the upload file list
|
49 |
def clear_files():
|