Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ link_dict = {
|
|
36 |
|
37 |
message_history = [{"text":"Let's find out the best task for your use case! Tell me about your use case :)", "is_user":False}]
|
38 |
|
39 |
-
|
40 |
for msg in message_history:
|
41 |
message(msg["text"], is_user = msg["is_user"]) # display all the previous message
|
42 |
|
|
|
36 |
|
37 |
message_history = [{"text":"Let's find out the best task for your use case! Tell me about your use case :)", "is_user":False}]
|
38 |
|
39 |
+
st.subheader("If you don't know how to build your machine learning product for your use case, Taskmaster is here to help you! 🪄✨")
|
40 |
for msg in message_history:
|
41 |
message(msg["text"], is_user = msg["is_user"]) # display all the previous message
|
42 |
|