Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ additional_inputs = [
|
|
51 |
]
|
52 |
|
53 |
gr.ChatInterface(
|
54 |
-
theme='ParityError/Interstellar'
|
55 |
fn=generate_response,
|
56 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
57 |
additional_inputs=additional_inputs,
|
|
|
51 |
]
|
52 |
|
53 |
gr.ChatInterface(
|
54 |
+
theme='ParityError/Interstellar',
|
55 |
fn=generate_response,
|
56 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
57 |
additional_inputs=additional_inputs,
|