Spaces:
Runtime error
Runtime error
IsaacKerson
commited on
Commit
•
644618a
1
Parent(s):
03dfe0d
change location of authenticator.py
Browse files- app.py +1 -1
- pages/authenticator.py → authenticator.py +0 -0
app.py
CHANGED
@@ -5,7 +5,7 @@ import datetime
|
|
5 |
|
6 |
# Custom imports
|
7 |
from multipage import MultiPage
|
8 |
-
from pages import quiz, upload, view, join
|
9 |
|
10 |
# Create an instance of the app
|
11 |
app = MultiPage()
|
|
|
5 |
|
6 |
# Custom imports
|
7 |
from multipage import MultiPage
|
8 |
+
from pages import quiz, upload, view, join, login
|
9 |
|
10 |
# Create an instance of the app
|
11 |
app = MultiPage()
|
pages/authenticator.py → authenticator.py
RENAMED
File without changes
|