lorentz commited on
Commit
1b50cbf
·
verified ·
1 Parent(s): f7983a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import instruct
7
  # From here down is all the StreamLit UI.
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 AI</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
 
7
  # From here down is all the StreamLit UI.
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