Fer-geo commited on
Commit
7c6eab8
·
1 Parent(s): 5025d48
Files changed (1) hide show
  1. streamlit_agent/mrkl_demo.py +1 -1
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(