Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'] = []
|