lorentz commited on
Commit
a391646
·
verified ·
1 Parent(s): b255703

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import instruct
8
  st.set_page_config(page_title="Entz's LLM LangChain-OpenAI", page_icon=":robot_face:")
9
  st.markdown("<h1 style='text-align: center; color: navy;'>My Kidbot</h1>", unsafe_allow_html=True)
10
  st.markdown("<h4 style='text-align: center;'>Chat with my 5-Year-Old droid</h4>", unsafe_allow_html=True)
11
- st.markdown("<p style='text-align: right'>By <a href='https://entzyeung.github.io/portfolio/index.html'>Lorentz Yeung</a></p>", unsafe_allow_html=True)
12
 
13
  # put a presumptions for ai to the streamlit session state
14
  # st.session_state provides a way to store and persist data between reruns,
 
8
  st.set_page_config(page_title="Entz's LLM LangChain-OpenAI", page_icon=":robot_face:")
9
  st.markdown("<h1 style='text-align: center; color: navy;'>My Kidbot</h1>", unsafe_allow_html=True)
10
  st.markdown("<h4 style='text-align: center;'>Chat with my 5-Year-Old droid</h4>", unsafe_allow_html=True)
11
+ st.markdown("<p style='text-align: right'>By <a href='https://bit.ly/47UFuqs'>Lorentz Yeung</a></p>", unsafe_allow_html=True)
12
 
13
  # put a presumptions for ai to the streamlit session state
14
  # st.session_state provides a way to store and persist data between reruns,