Ankush05 CosmoAI commited on
Commit
bb7dd79
·
1 Parent(s): f3b2486

Update app.py (#1)

Browse files

- Update app.py (24a1bb7bccb99ca443eb9dd92824451318a412b1)


Co-authored-by: Sachin Verma <CosmoAI@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -56,4 +56,7 @@ def Create_Reminder():
56
  st.title("Create Reminder")
57
  message = st.text_input("Share your plan of today")
58
  time = str(st.time_input("Time"))
59
- date = str(st.date_input("Date"))
 
 
 
 
56
  st.title("Create Reminder")
57
  message = st.text_input("Share your plan of today")
58
  time = str(st.time_input("Time"))
59
+ date = str(st.date_input("Date"))
60
+
61
+
62
+ Chatbot()