Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ link_dict = {
|
|
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 |
-
st.
|
41 |
for msg in message_history:
|
42 |
message(msg["text"], is_user = msg["is_user"]) # display all the previous message
|
43 |
|
|
|
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 |
+
st.write("Hint: Try to ask your use case in a question form.")
|
41 |
for msg in message_history:
|
42 |
message(msg["text"], is_user = msg["is_user"]) # display all the previous message
|
43 |
|