Spaces:
Sleeping
Sleeping
demo
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,6 @@ def create_demo():
|
|
64 |
title="Student Admission Forecast",
|
65 |
description="Forecast of chances of student admission based on marketing expenditures"
|
66 |
)
|
67 |
-
demo.launch(auth=("admin", "Gr@ce"))
|
68 |
|
69 |
create_demo()
|
|
|
64 |
title="Student Admission Forecast",
|
65 |
description="Forecast of chances of student admission based on marketing expenditures"
|
66 |
)
|
67 |
+
demo.launch(auth=("admin", "Gr@ce"), share=True )
|
68 |
|
69 |
create_demo()
|