allinaigc commited on
Commit
8460184
1 Parent(s): 514bc4b

Update app.py

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