Spaces:
Sleeping
Sleeping
this
Browse files
app.py
CHANGED
|
@@ -50,13 +50,9 @@ def Chatbot():
|
|
| 50 |
Chatbot()
|
| 51 |
|
| 52 |
|
| 53 |
-
Chatbot()
|
| 54 |
-
|
| 55 |
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"))
|
| 60 |
|
| 61 |
-
|
| 62 |
-
Chatbot()
|
|
|
|
| 50 |
Chatbot()
|
| 51 |
|
| 52 |
|
|
|
|
|
|
|
| 53 |
def Create_Reminder():
|
| 54 |
st.title("Create Reminder")
|
| 55 |
message = st.text_input("Share your plan of today")
|
| 56 |
time = str(st.time_input("Time"))
|
| 57 |
date = str(st.date_input("Date"))
|
| 58 |
|
|
|
|
|
|