bstraehle commited on
Commit
9ad9c42
·
verified ·
1 Parent(s): d993c11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -36,7 +36,9 @@ def extract_content_value(data):
36
  content_values.append(content.text.value)
37
  return content_values
38
 
39
- client, assistant, thread
 
 
40
 
41
  def chat(message, history):
42
  global client
 
36
  content_values.append(content.text.value)
37
  return content_values
38
 
39
+ client
40
+ assistant
41
+ thread
42
 
43
  def chat(message, history):
44
  global client