Pablo276 commited on
Commit
5bf06a5
·
1 Parent(s): b666a17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ mrkl = initialize_agent(tools, llm, memory=memory,agent=AgentType.OPENAI_FUNCTIO
69
 
70
 
71
 
 
72
  st.header("Nikhil's personal secretary :sunglasses: ")
73
  user_input=st.text_input("You: ")
74
  if "memory" not in st.session_state:
 
69
 
70
 
71
 
72
+
73
  st.header("Nikhil's personal secretary :sunglasses: ")
74
  user_input=st.text_input("You: ")
75
  if "memory" not in st.session_state: