csabakecskemeti commited on
Commit
13bd032
1 Parent(s): 25f8192

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def respond(
57
  """
58
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
59
  """
60
- title = "Brainstom Demo by devquasar.com"
61
  desc = "Please note that this model is self-hosted, which means it may not be available at all times. Thank you for your understanding!"
62
  demo = gr.ChatInterface(
63
  respond,
 
57
  """
58
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
59
  """
60
+ title = "Brainstorm Demo by devquasar.com"
61
  desc = "Please note that this model is self-hosted, which means it may not be available at all times. Thank you for your understanding!"
62
  demo = gr.ChatInterface(
63
  respond,