Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ def generate(prompt, history):
|
|
163 |
history.append((prompt, response))
|
164 |
context += response
|
165 |
print (context)
|
166 |
-
return
|
167 |
|
168 |
else:
|
169 |
output = "Did you forget to enter your Details? Please go to the User Info Tab and Input your data. "
|
|
|
163 |
history.append((prompt, response))
|
164 |
context += response
|
165 |
print (context)
|
166 |
+
return response
|
167 |
|
168 |
else:
|
169 |
output = "Did you forget to enter your Details? Please go to the User Info Tab and Input your data. "
|