Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ def generate(prompt, history, email):
|
|
22 |
output = ""
|
23 |
|
24 |
if not email:
|
25 |
-
for
|
26 |
-
output +=
|
27 |
yield output
|
28 |
else:
|
29 |
for response in stream:
|
|
|
22 |
output = ""
|
23 |
|
24 |
if not email:
|
25 |
+
for char in "Please provide your email address to use the app.":
|
26 |
+
output += char
|
27 |
yield output
|
28 |
else:
|
29 |
for response in stream:
|