Update app.py
Browse files
app.py
CHANGED
|
@@ -147,4 +147,4 @@ with gr.Blocks() as aeon:
|
|
| 147 |
with gr.Accordion("Tips and tricks"):
|
| 148 |
gr.Markdown("The subdomains are IPs from [1-19] and [201-254]")
|
| 149 |
|
| 150 |
-
aeon.launch(auth=("admin", "13441369")
|
|
|
|
| 147 |
with gr.Accordion("Tips and tricks"):
|
| 148 |
gr.Markdown("The subdomains are IPs from [1-19] and [201-254]")
|
| 149 |
|
| 150 |
+
aeon.launch(auth=("admin", "13441369"))
|