sabatale commited on
Commit
95ba7e9
1 Parent(s): 83f591d

Update utils/ui.py

Browse files
Files changed (1) hide show
  1. utils/ui.py +1 -1
utils/ui.py CHANGED
@@ -21,6 +21,6 @@ def sidebar():
21
  st.markdown(
22
  "## Thanks for checking this demo! 🎈\n"
23
  "The AI has access to the following Knowledge base: https://help.etsy.com/hc/en-us.\n\n"
24
- "Enter a short question about Hiya and click ASK. That's it!\n\n"
25
  "The app currently runs on Cohere AI but can be changed to any other LLM provider."
26
  )
 
21
  st.markdown(
22
  "## Thanks for checking this demo! 🎈\n"
23
  "The AI has access to the following Knowledge base: https://help.etsy.com/hc/en-us.\n\n"
24
+ "Enter a short question about Etsy and click ASK. That's it!\n\n"
25
  "The app currently runs on Cohere AI but can be changed to any other LLM provider."
26
  )