Update app.py
Browse files
app.py
CHANGED
|
@@ -196,7 +196,7 @@ def generate(prompt, history):
|
|
| 196 |
context += response
|
| 197 |
|
| 198 |
print (context)
|
| 199 |
-
|
| 200 |
|
| 201 |
else:
|
| 202 |
output = "Did you forget to enter your Details? Please go to the User Info Tab and Input your data. "
|
|
|
|
| 196 |
context += response
|
| 197 |
|
| 198 |
print (context)
|
| 199 |
+
return "", history
|
| 200 |
|
| 201 |
else:
|
| 202 |
output = "Did you forget to enter your Details? Please go to the User Info Tab and Input your data. "
|