elfsong commited on
Commit
e29fb35
1 Parent(s): 0ab972e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def auth():
8
  token_f.write("Hello")
9
 
10
  with open("/tmp/token.json", "r") as token_f:
11
- st.write(token_f.read())
12
 
13
  return credentials
14
 
 
8
  token_f.write("Hello")
9
 
10
  with open("/tmp/token.json", "r") as token_f:
11
+ st.write("lalala:", token_f.read())
12
 
13
  return credentials
14