bickallen commited on
Commit
cb25b67
·
verified ·
1 Parent(s): 2a352b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -22,6 +22,8 @@ def respond(
22
 
23
  messages.append({"role": "user", "content": message})
24
 
 
 
25
  """
26
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
27
  """
 
22
 
23
  messages.append({"role": "user", "content": message})
24
 
25
+ response = ""
26
+
27
  """
28
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
29
  """