sabatale commited on
Commit
4418733
·
verified ·
1 Parent(s): 90b06d9

Update utils/ui.py

Browse files
Files changed (1) hide show
  1. utils/ui.py +6 -3
utils/ui.py CHANGED
@@ -18,6 +18,9 @@ def set_openai_api_key(api_key: str):
18
 
19
  def sidebar():
20
  with st.sidebar:
21
- st.markdown("Thanks for checking this demo! 🎈\n
22
- Enter a short question and click ASK. That's it!\n\n
23
- The app currently runs on Cohere AI. This can be changed to any other provider.")
 
 
 
 
18
 
19
  def sidebar():
20
  with st.sidebar:
21
+ st.markdown(
22
+ "## Thanks for checking this demo! 🎈\n"
23
+ "The AI has access to the following Knowledge base: https://hiyahelp.zendesk.com/hc/en-us\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 LLM provider."
26
+ )