Spaces:
Running
Running
aliasgerovs
commited on
Commit
•
f53c349
1
Parent(s):
5221480
Update app.py
Browse files
app.py
CHANGED
@@ -658,4 +658,4 @@ with gr.Blocks() as demo:
|
|
658 |
date_from = ""
|
659 |
date_to = ""
|
660 |
|
661 |
-
demo.launch(share=True, server_name="0.0.0.0",
|
|
|
658 |
date_from = ""
|
659 |
date_to = ""
|
660 |
|
661 |
+
demo.launch(share=True, server_name="0.0.0.0", auth=("polygraf-admin", "test@aisd"))
|