Spaces:
Sleeping
Sleeping
Update app.py (#1)
Browse files- Update app.py (24a1bb7bccb99ca443eb9dd92824451318a412b1)
Co-authored-by: Sachin Verma <CosmoAI@users.noreply.huggingface.co>
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()
|