Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,8 @@ st.session_state["api_key_configured"] = True
|
|
22 |
search_bar, button = st.columns(2)
|
23 |
# Search bar
|
24 |
with search_bar:
|
25 |
-
|
|
|
26 |
|
27 |
with button:
|
28 |
st.write("")
|
|
|
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!!!)")
|
26 |
+
prompt = st.text_input("Your question", on_change=reset_results)
|
27 |
|
28 |
with button:
|
29 |
st.write("")
|