Nathan Butters commited on
Commit
46f839b
·
1 Parent(s): 25a3c6c
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -34,7 +34,6 @@ with st.sidebar:
34
  systemPrompt = st.radio("Designate a control persona:",options=["Model","Tutor"])
35
  st.session_state.systemPrompt = systemPrompt
36
  st.subheader(f"This experience is currently running on {st.session_state.model}")
37
- my_ip = get_ip()
38
  # Initialize chat history
39
  if "messages" not in st.session_state:
40
  st.session_state.messages = []
 
34
  systemPrompt = st.radio("Designate a control persona:",options=["Model","Tutor"])
35
  st.session_state.systemPrompt = systemPrompt
36
  st.subheader(f"This experience is currently running on {st.session_state.model}")
 
37
  # Initialize chat history
38
  if "messages" not in st.session_state:
39
  st.session_state.messages = []