Vitrous commited on
Commit
66addd6
·
verified ·
1 Parent(s): 475156f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def generate_message_id():
107
 
108
 
109
  def save_conversation(user_id, conversation):
110
- hf_space_path="articko/conversations"
111
  """
112
  Save conversation history to disk.
113
 
 
107
 
108
 
109
  def save_conversation(user_id, conversation):
110
+ hf_space_path="/code"
111
  """
112
  Save conversation history to disk.
113