Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/Ankush05/Newcode
Browse files
app.py
CHANGED
|
@@ -46,6 +46,8 @@ def Chatbot():
|
|
| 46 |
umsg = bard.get_answer(query)["content"]
|
| 47 |
with st.chat_message("assistant"):
|
| 48 |
st.write(umsg)
|
|
|
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
Chatbot()
|
|
@@ -54,4 +56,7 @@ 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"))
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
umsg = bard.get_answer(query)["content"]
|
| 47 |
with st.chat_message("assistant"):
|
| 48 |
st.write(umsg)
|
| 49 |
+
|
| 50 |
+
Chatbot()
|
| 51 |
|
| 52 |
|
| 53 |
Chatbot()
|
|
|
|
| 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()
|