Jiana commited on
Commit
3f9bb59
·
1 Parent(s): f250e97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -70,9 +70,9 @@ def chat(p, qid, uid):
70
  global user_response
71
  global count_i
72
 
73
- # if count_i <= 4:
74
- # ret = get_info(p, qid, uid)
75
- # return ret
76
 
77
 
78
 
 
70
  global user_response
71
  global count_i
72
 
73
+ if count_i <= 4:
74
+ ret = get_info(p, qid, uid)
75
+ return ret
76
 
77
 
78