heymenn commited on
Commit
b7de879
1 Parent(s): 483b68a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def list_attributes_and_values():
43
  return html_script
44
 
45
  def retrieve_checkpoint():
46
- return "checkpointfile.xlsx"
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