Update app.py
Browse files
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,
|
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?"
|