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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- prompt = st.text_input("Your question (e.g., It doesn't work on Android. The app is not blocking call!!!)", on_change=reset_results)
 
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("")