Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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')
|