demo commited on
Commit
dcb3fa3
·
verified ·
1 Parent(s): 3f42a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()