Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def Chatbot():
|
|
41 |
listrem = bard.get_answer(f"Act as a ToDo Reminder AI who sets reminders or daily routine based upon the daily routine provided below:\n{anslist} \n\nMake a list of reminders with exact message, time, repetation frequecy, day/s kind of neccessary detail that would be required to set a reminder notification. Make it a numeric list.")['content']
|
42 |
# result = classifyr(user_input,candidate_labels=["reminders", "notes"])
|
43 |
with st.chat_message("assistant"):
|
44 |
-
st.write(listrem)
|
45 |
|
46 |
# with st.chat_message("user"):
|
47 |
# st.write(result["labels"][0])
|
|
|
41 |
listrem = bard.get_answer(f"Act as a ToDo Reminder AI who sets reminders or daily routine based upon the daily routine provided below:\n{anslist} \n\nMake a list of reminders with exact message, time, repetation frequecy, day/s kind of neccessary detail that would be required to set a reminder notification. Make it a numeric list.")['content']
|
42 |
# result = classifyr(user_input,candidate_labels=["reminders", "notes"])
|
43 |
with st.chat_message("assistant"):
|
44 |
+
st.write(f"What to do to achive the goal:\n{bardans}\n\nHow to do it:\n{anslist}\n\nList of Reminders you should make:\n{listrem}")
|
45 |
|
46 |
# with st.chat_message("user"):
|
47 |
# st.write(result["labels"][0])
|