Mathias Lux commited on
Commit
d9879f8
·
1 Parent(s): cbc4f9f
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -67,7 +67,6 @@ def respond(
67
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
68
  """
69
  demo = gr.ChatInterface(
70
- gr.HTML("<h1>Interviewer</h1>"),
71
  respond,
72
  additional_inputs=[
73
  gr.Textbox(value=_sys_msg, label="System message"),
 
67
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
68
  """
69
  demo = gr.ChatInterface(
 
70
  respond,
71
  additional_inputs=[
72
  gr.Textbox(value=_sys_msg, label="System message"),