Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,8 @@ def echo(message, history):
|
|
| 68 |
|
| 69 |
chatbot_gradio_app = gr.ChatInterface(
|
| 70 |
fn=echo,
|
| 71 |
-
title=custom_title
|
|
|
|
| 72 |
)
|
| 73 |
|
| 74 |
banner_tab_content = """
|
|
|
|
| 68 |
|
| 69 |
chatbot_gradio_app = gr.ChatInterface(
|
| 70 |
fn=echo,
|
| 71 |
+
title=custom_title,
|
| 72 |
+
theme=theme
|
| 73 |
)
|
| 74 |
|
| 75 |
banner_tab_content = """
|