merve HF Staff commited on
Commit
1d1f5ef
·
1 Parent(s): 0b96e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with placeholder.container():
36
 
37
 
38
  message(input, is_user=True) # align's the message to the right
39
- message_history.append({"text":input, "is_user" = True})
40
 
41
  data, resp = query(
42
  {
 
36
 
37
 
38
  message(input, is_user=True) # align's the message to the right
39
+ message_history.append({"text":input, "is_user" : True})
40
 
41
  data, resp = query(
42
  {