Ajout de Oauth2
This commit is contained in:
parent
9857d6fb21
commit
19953b8429
1 changed files with 2 additions and 0 deletions
2
main.py
2
main.py
|
@ -57,6 +57,8 @@ Ceci est un emoji :heart_eyes:\n\n
|
|||
|
||||
if 'options' not in st.session_state:
|
||||
st.session_state['options'] = ""
|
||||
if 'bearer_token' not in st.session_state:
|
||||
st.session_state['bearer_token'] = ""
|
||||
|
||||
st.title("Fabrique à documents")
|
||||
|
||||
|
|
Loading…
Reference in a new issue