Cvabds commited on
Commit
c419875
·
verified ·
1 Parent(s): 8b07ed4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ custom_js = """function() {
301
 
302
 
303
  def upload_to_hf_and_remove(folder_path):
304
- repo_id = "smolagents/computer-agent-logs"
305
  try:
306
  folder_name = os.path.basename(os.path.normpath(folder_path))
307
 
 
301
 
302
 
303
  def upload_to_hf_and_remove(folder_path):
304
+ repo_id = "Cvabds/computer-agent-logs"
305
  try:
306
  folder_name = os.path.basename(os.path.normpath(folder_path))
307