german354a commited on
Commit
f8139b2
·
verified ·
1 Parent(s): b7fdbde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import streamlit as st
5
  if "logged_in" not in st.session_state:
6
  st.session_state.logged_in = True
7
  if "cookies" not in st.session_state:
8
- st.session_state.cookies = False
9
 
10
  llms = [
11
  'meta-llama/Meta-Llama-3.1-70B-Instruct',
 
5
  if "logged_in" not in st.session_state:
6
  st.session_state.logged_in = True
7
  if "cookies" not in st.session_state:
8
+ st.session_state.cookies = True
9
 
10
  llms = [
11
  'meta-llama/Meta-Llama-3.1-70B-Instruct',