Spaces:
Build error
Build error
Update app.py
Browse files
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()
|
| 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()
|