Spaces:
Sleeping
Sleeping
Upload 4 files
Browse files
app.py
CHANGED
|
@@ -15,9 +15,7 @@ user_info = {"name": "", "age": "", "language": "english", "mood": ""}
|
|
| 15 |
chat_history = []
|
| 16 |
|
| 17 |
def welcome_screen():
|
| 18 |
-
return "🧠 Welcome to StrongMind Therapist!
|
| 19 |
-
Your calm space to speak, heal, and grow."
|
| 20 |
-
|
| 21 |
def set_preferences(name, age, language, mood):
|
| 22 |
user_info["name"] = name
|
| 23 |
user_info["age"] = age
|
|
|
|
| 15 |
chat_history = []
|
| 16 |
|
| 17 |
def welcome_screen():
|
| 18 |
+
return "🧠 Welcome to StrongMind Therapist!\nYour safe space to talk, heal, and grow."
|
|
|
|
|
|
|
| 19 |
def set_preferences(name, age, language, mood):
|
| 20 |
user_info["name"] = name
|
| 21 |
user_info["age"] = age
|