ljm565 commited on
Commit
3d50288
·
1 Parent(s): b2a5882

feat: Change the save msg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def save_data(path: str) -> str:
98
  """
99
  try:
100
  upload_to_github(path, open(path).read())
101
- return "✅ Results successfully uploaded to GitHub!"
102
  except Exception as e:
103
  return f"❌ Upload failed: {e}"
104
 
 
98
  """
99
  try:
100
  upload_to_github(path, open(path).read())
101
+ return "✅ Results are successfully saved!"
102
  except Exception as e:
103
  return f"❌ Upload failed: {e}"
104