Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ st.write("# 🔎 Ask Me Anything")
|
|
19 |
pipeline = start_haystack(st.session_state.get("COHERE_API_KEY"))
|
20 |
|
21 |
st.session_state["api_key_configured"] = True
|
22 |
-
search_bar, button = st.columns(
|
23 |
# Search bar
|
24 |
with search_bar:
|
25 |
st.caption("(e.g., It doesn't work on Android. The app is not blocking calls!!!)")
|
|
|
19 |
pipeline = start_haystack(st.session_state.get("COHERE_API_KEY"))
|
20 |
|
21 |
st.session_state["api_key_configured"] = True
|
22 |
+
search_bar, button = st.columns(1)
|
23 |
# Search bar
|
24 |
with search_bar:
|
25 |
st.caption("(e.g., It doesn't work on Android. The app is not blocking calls!!!)")
|