Skip to content
Snippets Groups Projects
Commit 8d981fdf authored by pracht's avatar pracht
Browse files

Fix path

parent 1eee8b59
No related branches found
No related tags found
No related merge requests found
......@@ -389,4 +389,4 @@ if __name__ == "__main__":
dialogs = []
for user_intent in user_intents:
dialogs.append(run_dialogue(user_intent, data))
save_dialogues_to_dataframe(dialogs, "../../data/own_data_multiagent/dialogs.csv")
\ No newline at end of file
save_dialogues_to_dataframe(dialogs, "../../data/own_data/multiagent/dialogs.csv")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment