Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ def respond(message, history):
|
|
263 |
# Launch Gradio interface
|
264 |
demo = gr.ChatInterface(
|
265 |
fn=respond,
|
266 |
-
title="
|
267 |
theme="default"
|
268 |
)
|
269 |
|
|
|
263 |
# Launch Gradio interface
|
264 |
demo = gr.ChatInterface(
|
265 |
fn=respond,
|
266 |
+
title="Skin-Bot",
|
267 |
theme="default"
|
268 |
)
|
269 |
|