awacke1 commited on
Commit
7528b80
·
1 Parent(s): 7c0d659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ from templates import css, bot_template, user_template
32
 
33
  # page config and sidebar declares up front allow all other functions to see global class variables
34
  st.set_page_config(page_title="GPT Streamlit Document Reasoner", layout="wide")
35
- should_save = st.sidebar.checkbox("💾 Save")
36
 
37
  def generate_filename(prompt, file_type):
38
  central = pytz.timezone('US/Central')
 
32
 
33
  # page config and sidebar declares up front allow all other functions to see global class variables
34
  st.set_page_config(page_title="GPT Streamlit Document Reasoner", layout="wide")
35
+ should_save = st.sidebar.checkbox("💾 Save", value=True)
36
 
37
  def generate_filename(prompt, file_type):
38
  central = pytz.timezone('US/Central')