MadsGalsgaard commited on
Commit
39053fd
·
verified ·
1 Parent(s): 8d5090f
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +44,8 @@ def respond(
44
  yield f"An error occurred: {e}"
45
 
46
  """
47
- # For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
48
  ],
49
  )
50
 
 
44
  yield f"An error occurred: {e}"
45
 
46
  """
47
+ For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
48
+ """
49
  ],
50
  )
51