viboognesh commited on
Commit
dee49bb
1 Parent(s): 430c4c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -59,8 +59,6 @@ def handle_userinput(user_question):
59
 
60
 
61
  def main():
62
- load_dotenv()
63
-
64
  if "conversation" not in st.session_state:
65
  st.session_state.conversation = None
66
  if "chat_history" not in st.session_state:
 
59
 
60
 
61
  def main():
 
 
62
  if "conversation" not in st.session_state:
63
  st.session_state.conversation = None
64
  if "chat_history" not in st.session_state: