Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def main():
|
|
31 |
elif page == "Interview Preparation":
|
32 |
from Interview_preparation import app
|
33 |
app()
|
34 |
-
elif page == "
|
35 |
import Project_suggestions
|
36 |
Project_suggestions.app()
|
37 |
|
|
|
31 |
elif page == "Interview Preparation":
|
32 |
from Interview_preparation import app
|
33 |
app()
|
34 |
+
elif page == "Projects Suggestion":
|
35 |
import Project_suggestions
|
36 |
Project_suggestions.app()
|
37 |
|