Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -353,7 +353,7 @@ def valid(text):
|
|
| 353 |
|
| 354 |
def process(files,button):
|
| 355 |
print('\n'*10)
|
| 356 |
-
print(files)
|
| 357 |
print('\n'*10)
|
| 358 |
fail = ' ❌'
|
| 359 |
passe = ' ✔️'
|
|
|
|
| 353 |
|
| 354 |
def process(files,button):
|
| 355 |
print('\n'*10)
|
| 356 |
+
print(files.name)
|
| 357 |
print('\n'*10)
|
| 358 |
fail = ' ❌'
|
| 359 |
passe = ' ✔️'
|