zmbfeng commited on
Commit
c25fd5c
1 Parent(s): c66d491

update sample query

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ st.markdown(big_text, unsafe_allow_html=True)
11
  st.markdown(
12
  f'<a href="https://ikmtechnology.github.io/ikmtechnology/questions_answers.json" target="_blank">question and answer used to fine tune the LLM</a>',
13
  unsafe_allow_html=True)
14
- st.markdown("sample queries for above file: <br/> What does the Angel of Death say to you? What is one of the best teachers in all of life? What does a wise person say?",unsafe_allow_html=True)
15
 
16
 
17
  if 'is_initialized' not in st.session_state:
 
11
  st.markdown(
12
  f'<a href="https://ikmtechnology.github.io/ikmtechnology/questions_answers.json" target="_blank">question and answer used to fine tune the LLM</a>',
13
  unsafe_allow_html=True)
14
+ st.markdown("sample queries for above file: <br/> What is a pretty amazing thing to say about your life? What is one of the best teachers in all of life? What does a wise person say?",unsafe_allow_html=True)
15
 
16
 
17
  if 'is_initialized' not in st.session_state: