aloatalpine commited on
Commit
387a73b
·
1 Parent(s): cde45c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ import streamlit as st
28
 
29
  st.sidebar.title("Sidebar")
30
 
31
- st.sidebar.success("full_response")
32
 
33
  if "openai_model" not in st.session_state:
34
  st.session_state["openai_model"] = "gpt-3.5-turbo"
 
28
 
29
  st.sidebar.title("Sidebar")
30
 
31
+ st.sidebar.success(full_response)
32
 
33
  if "openai_model" not in st.session_state:
34
  st.session_state["openai_model"] = "gpt-3.5-turbo"