Anne31415 commited on
Commit
9dbf0a5
·
1 Parent(s): 9d04d55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -16,10 +16,6 @@ from langchain.callbacks import get_openai_callback
16
  import os
17
 
18
 
19
- import pandas as pd
20
- import pydeck as pdk
21
- from urllib.error import URLError
22
-
23
  # Initialize session state variables
24
  if 'chat_history_page1' not in st.session_state:
25
  st.session_state['chat_history_page1'] = []
 
16
  import os
17
 
18
 
 
 
 
 
19
  # Initialize session state variables
20
  if 'chat_history_page1' not in st.session_state:
21
  st.session_state['chat_history_page1'] = []