cryogenic22 commited on
Commit
509178e
·
verified ·
1 Parent(s): 2ea0682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -31,11 +31,10 @@ def main():
31
  tab1, tab2, tab3 = st.tabs(["📚 Learning Paths", "🤖 AI Tutor", "💻 Code Playground"])
32
 
33
  with tab1:
34
- learning_paths.display() # Call display() on the instance
35
 
36
  with tab2:
37
  ai_tutor.display_chat_interface()
38
- ai_tutor.display_learning_metrics()
39
 
40
  with tab3:
41
  CodePlayground.display()
 
31
  tab1, tab2, tab3 = st.tabs(["📚 Learning Paths", "🤖 AI Tutor", "💻 Code Playground"])
32
 
33
  with tab1:
34
+ learning_paths.display()
35
 
36
  with tab2:
37
  ai_tutor.display_chat_interface()
 
38
 
39
  with tab3:
40
  CodePlayground.display()