AnishaG0201 commited on
Commit
699be8a
·
verified ·
1 Parent(s): 1a5ad25

Update app.py

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