aloatalpine commited on
Commit
57e0a67
·
1 Parent(s): 4009e0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -112,7 +112,10 @@ pip install streamlit-nightly --upgrade
112
  ##########################
113
 
114
  def cs_body():
115
- # Magic commands
 
 
 
116
  if "openai_model" not in st.session_state:
117
  st.session_state["openai_model"] = "gpt-3.5-turbo"
118
 
 
112
  ##########################
113
 
114
  def cs_body():
115
+
116
+ st.set_page_config(page_title="Tutor", page_icon=":heavy_plus_sign:")
117
+ st.markdown("<h3 style='text-align: center;'> Tutor Session with Mary B (Tutor) </h3>", unsafe_allow_html=True)
118
+
119
  if "openai_model" not in st.session_state:
120
  st.session_state["openai_model"] = "gpt-3.5-turbo"
121