AbhayVG commited on
Commit
8067596
·
verified ·
1 Parent(s): 82fac91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -347,7 +347,7 @@ def upload_feedback(feedback, error, output, last_prompt, code, status):
347
  api.upload_file(
348
  path_or_fileobj=markdown_local_path,
349
  path_in_repo=f"data/{markdown_filename}",
350
- repo_id="SustainabilityLabIITGN/VayuBuddy_Feedback",
351
  repo_type="dataset",
352
  )
353
 
@@ -358,7 +358,7 @@ def upload_feedback(feedback, error, output, last_prompt, code, status):
358
  api.upload_file(
359
  path_or_fileobj=output,
360
  path_in_repo=f"data/{image_filename}",
361
- repo_id="SustainabilityLabIITGN/VayuBuddy_Feedback",
362
  repo_type="dataset",
363
  )
364
  except Exception as img_error:
 
347
  api.upload_file(
348
  path_or_fileobj=markdown_local_path,
349
  path_in_repo=f"data/{markdown_filename}",
350
+ repo_id="SustainabilityLabIITGN/VayuChat_Feedback",
351
  repo_type="dataset",
352
  )
353
 
 
358
  api.upload_file(
359
  path_or_fileobj=output,
360
  path_in_repo=f"data/{image_filename}",
361
+ repo_id="SustainabilityLabIITGN/VayuChat_Feedback",
362
  repo_type="dataset",
363
  )
364
  except Exception as img_error: