Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def store_message(chatinput: str, chatresponse: str):
|
|
| 50 |
repo.commit('Update data.txt')
|
| 51 |
print("Committed changes to local repository")
|
| 52 |
repo.push_to_hub()
|
| 53 |
-
print("Pushed changes to remote repository")
|
| 54 |
|
| 55 |
return generate_text()
|
| 56 |
|
|
|
|
| 50 |
repo.commit('Update data.txt')
|
| 51 |
print("Committed changes to local repository")
|
| 52 |
repo.push_to_hub()
|
| 53 |
+
print("Pushed changes to remote repository")
|
| 54 |
|
| 55 |
return generate_text()
|
| 56 |
|