sabatale commited on
Commit
ca1f82d
·
verified ·
1 Parent(s): c3fa520

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(2)
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!!!)")