dotmet commited on
Commit
354893a
1 Parent(s): 04d6377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,6 +2,8 @@ import gradio as gr
2
  from revChatGPT.V1 import Chatbot
3
 
4
  #You can setup login information here, or login in from UI
 
 
5
  email = None
6
  password = None
7
  access_token = None
 
2
  from revChatGPT.V1 import Chatbot
3
 
4
  #You can setup login information here, or login in from UI
5
+ global email, password access_token, session_token
6
+
7
  email = None
8
  password = None
9
  access_token = None