Chris Alexiuk commited on
Commit
cfb0aa6
1 Parent(s): d019a4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks(
157
  ) as demo:
158
  conversation_id = gr.State(get_uuid)
159
  gr.Markdown(
160
- """<h1><center>Guanaco Demo</center></h1>
161
  """
162
  )
163
  chatbot = gr.Chatbot().style(height=500)
 
157
  ) as demo:
158
  conversation_id = gr.State(get_uuid)
159
  gr.Markdown(
160
+ """<h1><center>FourthBrain DeepLearningAI ChatBot Demo</center></h1>
161
  """
162
  )
163
  chatbot = gr.Chatbot().style(height=500)