Spaces:
Sleeping
Sleeping
viboognesh
commited on
Update app.py
Browse files
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:
|