Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ system_message = {
|
|
13 |
|
14 |
# Function to reset the chat
|
15 |
def reset_chat():
|
16 |
-
return [
|
17 |
|
18 |
# Function to handle the questionnaire submission
|
19 |
def submit_questionnaire(name, age, location, gender, ethnicity, height, weight,
|
|
|
13 |
|
14 |
# Function to reset the chat
|
15 |
def reset_chat():
|
16 |
+
return [], "New Chat" # Returns an empty chat history and a new title
|
17 |
|
18 |
# Function to handle the questionnaire submission
|
19 |
def submit_questionnaire(name, age, location, gender, ethnicity, height, weight,
|