Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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 |
{
|