mery22 commited on
Commit
b147472
·
verified ·
1 Parent(s): 4aa3f53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def save_feedback(question, response, rating, comment):
98
  writer.writerow({'question': question, 'response': response, 'rating': rating, 'comment': comment})
99
 
100
  # Push the updated file to the Hugging Face repository
101
- repo.push_to_hub(commit_message="Updated feedback")
102
 
103
  st.success("Thank you for your feedback! It has been saved.")
104
  except Exception as e:
 
98
  writer.writerow({'question': question, 'response': response, 'rating': rating, 'comment': comment})
99
 
100
  # Push the updated file to the Hugging Face repository
101
+ reposss.push_to_hub(commit_message="Updated feedback")
102
 
103
  st.success("Thank you for your feedback! It has been saved.")
104
  except Exception as e: