Spaces:
Running
Running
aliasgerovs
commited on
Commit
•
1303c4b
1
Parent(s):
8da6e34
Update app.py
Browse files
app.py
CHANGED
@@ -557,4 +557,4 @@ with gr.Blocks() as demo:
|
|
557 |
date_from = ""
|
558 |
date_to = ""
|
559 |
|
560 |
-
demo.launch(share=True, server_name="0.0.0.0",
|
|
|
557 |
date_from = ""
|
558 |
date_to = ""
|
559 |
|
560 |
+
demo.launch(share=True, server_name="0.0.0.0", auth=("polygraf-admin", "test@aisd"))
|