Nechba commited on
Commit
20d815d
·
1 Parent(s): 49ffc7b
Files changed (1) hide show
  1. utlis/helper.py +2 -0
utlis/helper.py CHANGED
@@ -17,6 +17,8 @@ genai.configure(api_key="AIzaSyAhz9UBzkEIYI886zZRm40qqB1Kd_9Y4-0")
17
  import base64
18
  import sqlite3
19
  def initialize_session_state():
 
 
20
  if "token" not in st.session_state:
21
  st.session_state["token"] ="abcd"
22
  if "service" not in st.session_state:
 
17
  import base64
18
  import sqlite3
19
  def initialize_session_state():
20
+ if "doc_ortext" not in st.session_state:
21
+ st.session_state["doc_ortext"] = None
22
  if "token" not in st.session_state:
23
  st.session_state["token"] ="abcd"
24
  if "service" not in st.session_state: