sabatale commited on
Commit
83f591d
·
verified ·
1 Parent(s): 9201b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -18,9 +18,9 @@ st.write("# 🔎 Ask Me Anything")
18
 
19
  st.session_state["api_key_configured"] = True
20
 
21
- st.caption("Example 1 - I see negative comments for my number! they're lies, how do I remove them?")
22
- st.caption("Example 2 - I'm free user and i see there is a Mr. Number Premium thing. What do I get?")
23
- st.caption("Example 3 - It doesn't work on Android. The app is not blocking calls!!!")
24
  prompt = st.text_input("Your question", on_change=reset_results)
25
 
26
  st.write("")
 
18
 
19
  st.session_state["api_key_configured"] = True
20
 
21
+ st.caption("Example 1 - How much does it cost to start a Pattern website?")
22
+ st.caption("Example 2 - I'm on the app but i can't find how to add attributes to my listing!!? help")
23
+ st.caption("Example 3 - A buyer wants to know when I restock items, is that possible?")
24
  prompt = st.text_input("Your question", on_change=reset_results)
25
 
26
  st.write("")