Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def list_attributes_and_values():
|
|
| 43 |
return html_script
|
| 44 |
|
| 45 |
def retrieve_checkpoint():
|
| 46 |
-
return "
|
| 47 |
|
| 48 |
with gr.Blocks() as demo:
|
| 49 |
|
|
|
|
| 43 |
return html_script
|
| 44 |
|
| 45 |
def retrieve_checkpoint():
|
| 46 |
+
return user['save_name']+".xlsx"
|
| 47 |
|
| 48 |
with gr.Blocks() as demo:
|
| 49 |
|