sabatale commited on
Commit
bea5f00
·
verified ·
1 Parent(s): deaab9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ if st.session_state.get("api_key_configured"):
38
  st.session_state.username = username
39
  with st.spinner("🔎"):
40
  try:
41
- st.session_state.result = query(username, pipeline)
42
  except JSONDecodeError as je:
43
  st.error(
44
  "👓    An error occurred reading the results. Is the document store working?"
 
38
  st.session_state.username = username
39
  with st.spinner("🔎"):
40
  try:
41
+ st.session_state.result = query(username, pipe)
42
  except JSONDecodeError as je:
43
  st.error(
44
  "👓    An error occurred reading the results. Is the document store working?"