dotmet commited on
Commit
4a9b9a5
·
1 Parent(s): 354893a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
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
 
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