bstraehle commited on
Commit
ed1e41c
1 Parent(s): 4d58b67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def extract_content_values(data):
46
 
47
  return content_values
48
 
49
- def chat(message):
50
  global _client, _assistant, _thread
51
 
52
  if _client == None:
 
46
 
47
  return content_values
48
 
49
+ def chat(message, history):
50
  global _client, _assistant, _thread
51
 
52
  if _client == None: