Dede16 commited on
Commit
1dbd1d5
·
1 Parent(s): 64efb9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -586,7 +586,7 @@ def save(title,content):
586
  repo_type="space",
587
  token="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",
588
  )
589
- if file:
590
  status = "Perubahan Berhasil Disimpan"
591
  return status
592
 
 
586
  repo_type="space",
587
  token="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",
588
  )
589
+ if content:
590
  status = "Perubahan Berhasil Disimpan"
591
  return status
592