T3lli commited on
Commit
941f5ca
·
verified ·
1 Parent(s): b08f2d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ def respond(
39
  response += token
40
  yield response
41
 
42
- name = "Elli"
43
- f"Hi there{name}"
44
 
45
  """
46
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
39
  response += token
40
  yield response
41
 
42
+
43
+ f"Hi there Elli"
44
 
45
  """
46
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface