cutechicken commited on
Commit
67209ed
1 Parent(s): e0ca1c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -187,7 +187,6 @@ h3 {
187
  """
188
 
189
  with gr.Blocks(css=CSS) as demo:
190
- gr.HTML(TITLE)
191
  gr.ChatInterface(
192
  fn=stream_chat,
193
  chatbot=chatbot,
 
187
  """
188
 
189
  with gr.Blocks(css=CSS) as demo:
 
190
  gr.ChatInterface(
191
  fn=stream_chat,
192
  chatbot=chatbot,