Update app.py
Browse files
app.py
CHANGED
|
@@ -398,7 +398,6 @@ def generate(
|
|
| 398 |
conversation_df.to_csv(data_file, index=False)
|
| 399 |
|
| 400 |
print("Updating .csv")
|
| 401 |
-
repo.push_to_hub(blocking=False, commit_message=f"Updating data at {timestamp}")
|
| 402 |
|
| 403 |
chat_interface = gr.ChatInterface(
|
| 404 |
fn=generate,
|
|
|
|
| 398 |
conversation_df.to_csv(data_file, index=False)
|
| 399 |
|
| 400 |
print("Updating .csv")
|
|
|
|
| 401 |
|
| 402 |
chat_interface = gr.ChatInterface(
|
| 403 |
fn=generate,
|