Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ import shutil
|
|
36 |
|
37 |
|
38 |
|
39 |
-
custom_title = "<span style='color: rgb(
|
40 |
|
41 |
|
42 |
# Cell 1: Image Classification Model
|
@@ -131,7 +131,7 @@ def chat_interface(question,history):
|
|
131 |
|
132 |
chatbot_gradio_app = gr.ChatInterface(
|
133 |
fn=chat_interface,
|
134 |
-
title=
|
135 |
)
|
136 |
|
137 |
# Combine both interfaces into a single app
|
|
|
36 |
|
37 |
|
38 |
|
39 |
+
custom_title = "<span style='color: rgb(243, 239, 224);'>Green Greta</span>"
|
40 |
|
41 |
|
42 |
# Cell 1: Image Classification Model
|
|
|
131 |
|
132 |
chatbot_gradio_app = gr.ChatInterface(
|
133 |
fn=chat_interface,
|
134 |
+
title=custom_title
|
135 |
)
|
136 |
|
137 |
# Combine both interfaces into a single app
|