peterkros commited on
Commit
bedf39d
·
verified ·
1 Parent(s): 1016965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -159,7 +159,8 @@ css = """
159
  """
160
 
161
  # Initialize the chat history and suggested questionsw
162
- chat_history, follow_up_questions, initial_token_info = initialize_chat()
 
163
 
164
 
165
  # Initial example questions from the initialization
 
159
  """
160
 
161
  # Initialize the chat history and suggested questionsw
162
+ # Initialize the chat history and suggested questions
163
+ chat_history, follow_up_questions, initial_token_info = initialize_chat("I'm 14 years old female and want to become a graphic designer. I'm living in Uttar Pradesh in India. How can I start?")
164
 
165
 
166
  # Initial example questions from the initialization