Update app.py
Browse files
app.py
CHANGED
@@ -9,5 +9,5 @@ with demo:
|
|
9 |
bt=gr.Button("运行")
|
10 |
bt.click(fx, inputs=text_input, outputs=gr.Textbox(label="输出"))
|
11 |
|
12 |
-
demo.launch(
|
13 |
|
|
|
9 |
bt=gr.Button("运行")
|
10 |
bt.click(fx, inputs=text_input, outputs=gr.Textbox(label="输出"))
|
11 |
|
12 |
+
demo.launch(auth=lambda a,b:user_db.get(a)==b,auth_message="欢迎使用本web app")
|
13 |
|