Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,9 +70,9 @@ def chat(p, qid, uid):
|
|
| 70 |
global user_response
|
| 71 |
global count_i
|
| 72 |
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 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 |
|