Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,8 @@ css = """
|
|
159 |
"""
|
160 |
|
161 |
# Initialize the chat history and suggested questionsw
|
162 |
-
|
|
|
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
|