Spaces:
Runtime error
Runtime error
Mathias Lux
commited on
Commit
·
d9879f8
1
Parent(s):
cbc4f9f
Fixed it
Browse files
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"),
|