allinaigc commited on
Commit
31d1515
1 Parent(s): 8460184

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -108,9 +108,11 @@ css = "textarea {-webkit-text-fill-color:black; -webkit-opacity: 1;}"
108
 
109
 
110
  auth_list = (
111
-
 
112
  ('yao190476','0476'),
113
  ('bluedongting','ting'),
 
114
  )
115
 
116
  ## 如果要优化显示效果,参见: https://gradio.app/theming-guide/
 
108
 
109
 
110
  auth_list = (
111
+
112
+ ('1234','1234'),
113
  ('yao190476','0476'),
114
  ('bluedongting','ting'),
115
+ ('mio','mio'),
116
  )
117
 
118
  ## 如果要优化显示效果,参见: https://gradio.app/theming-guide/