Update app.py
Browse files
app.py
CHANGED
@@ -26,9 +26,6 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
26 |
"""
|
27 |
demo = gr.ChatInterface(
|
28 |
respond,
|
29 |
-
additional_inputs=[
|
30 |
-
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
31 |
-
],
|
32 |
)
|
33 |
|
34 |
|
|
|
26 |
"""
|
27 |
demo = gr.ChatInterface(
|
28 |
respond,
|
|
|
|
|
|
|
29 |
)
|
30 |
|
31 |
|