merve HF staff commited on
Commit
5322743
1 Parent(s): c8f93bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.title("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
 
 
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