ans123 commited on
Commit
c036871
·
verified ·
1 Parent(s): c115fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ system_message = {
13
 
14
  # Function to reset the chat
15
  def reset_chat():
16
- return [system_message], "New Chat" # Returns system message in 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,
 
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,