merve HF staff commited on
Commit
518d051
1 Parent(s): 92a0f76

Update app.py

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