Kvikontent commited on
Commit
31b70a7
·
verified ·
1 Parent(s): ff8e35a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import string
 
3
 
4
  user_name = []
5
  user_token = []
 
1
  import streamlit as st
2
  import string
3
+ import secrets
4
 
5
  user_name = []
6
  user_token = []