change
Browse files
streamlit_agent/mrkl_demo.py
CHANGED
@@ -31,8 +31,8 @@ user_openai_api_key = os.environ.get('OPENAI_API_KEY')
|
|
31 |
DB_PATH = (Path(__file__).parent / "sitios2.sqlite").absolute()
|
32 |
|
33 |
SAVED_SESSIONS = {
|
34 |
-
"what is the proportion of points in point_type?": "alanis.pickle",
|
35 |
"how many points are in field_id = 29?": "alanis.pickle",
|
|
|
36 |
}
|
37 |
|
38 |
st.set_page_config(
|
|
|
31 |
DB_PATH = (Path(__file__).parent / "sitios2.sqlite").absolute()
|
32 |
|
33 |
SAVED_SESSIONS = {
|
|
|
34 |
"how many points are in field_id = 29?": "alanis.pickle",
|
35 |
+
"what is the proportion of points in point_type?": "alanis.pickle"
|
36 |
}
|
37 |
|
38 |
st.set_page_config(
|