T3lli commited on
Commit
b08f2d9
·
verified ·
1 Parent(s): 83b3990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def respond(
39
  response += token
40
  yield response
41
 
42
- name = Elli
43
  f"Hi there{name}"
44
 
45
  """
 
39
  response += token
40
  yield response
41
 
42
+ name = "Elli"
43
  f"Hi there{name}"
44
 
45
  """