MarziehFadaee commited on
Commit
a695152
1 Parent(s): 0f87b5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def generate_response(user_message, cid, history=None):
17
 
18
  if history is None:
19
  history = []
20
- if cid = "":
21
  cid = str(uuid.uuid4())
22
 
23
  history.append(user_message)
 
17
 
18
  if history is None:
19
  history = []
20
+ if cid == "":
21
  cid = str(uuid.uuid4())
22
 
23
  history.append(user_message)