lanna_lalala;- commited on
Commit
14f0eb2
·
1 Parent(s): e432420

welcome css try

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ from phase.Student_view import chatbot, lesson, quiz, game, teacherlink
12
  from phase.Teacher_view import classmanage,studentlist,contentmanage
13
  from phase.Student_view.games import profitpuzzle
14
  from utils import db,api
15
- from phase import Welcome
16
 
17
  import os, requests
18
 
@@ -115,7 +115,7 @@ def main():
115
 
116
  # --- WELCOME PAGE ---
117
  if page == "Welcome":
118
- Welcome.show_page()
119
 
120
  # --- SIGNUP PAGE ---
121
  elif page == "Signup":
 
12
  from phase.Teacher_view import classmanage,studentlist,contentmanage
13
  from phase.Student_view.games import profitpuzzle
14
  from utils import db,api
15
+ from phase import welcome
16
 
17
  import os, requests
18
 
 
115
 
116
  # --- WELCOME PAGE ---
117
  if page == "Welcome":
118
+ welcome.show_page()
119
 
120
  # --- SIGNUP PAGE ---
121
  elif page == "Signup":