Spaces:
Sleeping
Sleeping
demo
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,7 @@ iface = gr.Interface(
|
|
62 |
description="Forecast of chances of student admission based on marketing expenditures"
|
63 |
)
|
64 |
|
|
|
65 |
# Run the app
|
66 |
if __name__ == "__main__":
|
67 |
-
iface.launch(
|
|
|
62 |
description="Forecast of chances of student admission based on marketing expenditures"
|
63 |
)
|
64 |
|
65 |
+
|
66 |
# Run the app
|
67 |
if __name__ == "__main__":
|
68 |
+
iface.launch("admin", "Gr@ce")
|