rishiraj commited on
Commit
9f2c992
1 Parent(s): 91d469f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ def generate(prompt, history, email):
22
  output = ""
23
 
24
  if not email:
25
- for word in "Please provide your email address to use the app.".split():
26
- output += word
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: