Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,8 +47,8 @@ def respond(
|
|
47 |
"""
|
48 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
49 |
"""
|
50 |
-
|
51 |
-
demo =
|
52 |
respond,
|
53 |
additional_inputs=[
|
54 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
|
|
47 |
"""
|
48 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
49 |
"""
|
50 |
+
|
51 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo = gr.ChatInterface(
|
52 |
respond,
|
53 |
additional_inputs=[
|
54 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|