Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def chat_interaction(user_message, history):
|
|
| 45 |
4. Generate Audio.
|
| 46 |
"""
|
| 47 |
# Hardcoded profile for prototype (In prod, fetch from session)
|
| 48 |
-
birth_data = { "name": "User", "
|
| 49 |
|
| 50 |
# 1. RUN DEEP COMPUTE
|
| 51 |
soul_log = engine.execute_defrag(birth_data, user_message)
|
|
|
|
| 45 |
4. Generate Audio.
|
| 46 |
"""
|
| 47 |
# Hardcoded profile for prototype (In prod, fetch from session)
|
| 48 |
+
birth_data = { "name": "User", "year": 1990, "month": 1, "day": 1, "hour": 12, "minute": 0, "city": "Los Angeles", "country": "US" }
|
| 49 |
|
| 50 |
# 1. RUN DEEP COMPUTE
|
| 51 |
soul_log = engine.execute_defrag(birth_data, user_message)
|