bstraehle commited on
Commit
92be754
1 Parent(s): 42c9326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def chat(message, history):
129
  if assistant == None:
130
  assistant = load_assistant(client)
131
 
132
- print("\n\n\n"+history)
133
 
134
  if len(history) == 0:
135
  thread = create_thread(client)
 
129
  if assistant == None:
130
  assistant = load_assistant(client)
131
 
132
+ print(history)
133
 
134
  if len(history) == 0:
135
  thread = create_thread(client)