awacke1 commited on
Commit
462c04c
1 Parent(s): 2ad2932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -891,7 +891,8 @@ headers = {
891
  }
892
  key = os.getenv('OPENAI_API_KEY')
893
  prompt = "...."
894
- should_save = st.sidebar.checkbox("💾 Save", value=True, help="Save your session data.")
 
895
 
896
 
897
 
 
891
  }
892
  key = os.getenv('OPENAI_API_KEY')
893
  prompt = "...."
894
+ #should_save = st.sidebar.checkbox("💾 Save", value=True, help="Save your session data.")
895
+ should_save = st.sidebar.checkbox("💾 Save", value=False, help="Save your session data.")
896
 
897
 
898