Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def old_respond(message: str, history: List[Tuple[str, str]]):
|
|
122 |
history.append((message, response_content))
|
123 |
return history, ""
|
124 |
|
125 |
-
with gr.Blocks() as demo:
|
126 |
gr.Markdown("# 🧘♀️ **Dialectical Behaviour Therapy**")
|
127 |
gr.Markdown(
|
128 |
"‼️Disclaimer: This chatbot is based on a DBT exercise book that is publicly available. "
|
|
|
122 |
history.append((message, response_content))
|
123 |
return history, ""
|
124 |
|
125 |
+
with gr.Blocks(theme=gr.themes.Glass(primary_hue = "violet")) as demo:
|
126 |
gr.Markdown("# 🧘♀️ **Dialectical Behaviour Therapy**")
|
127 |
gr.Markdown(
|
128 |
"‼️Disclaimer: This chatbot is based on a DBT exercise book that is publicly available. "
|