Ankush05 commited on
Commit
5343200
·
2 Parent(s): 297850a 9ba37a6

Merge branch 'main' of https://huggingface.co/spaces/Ankush05/Newcode

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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()