Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
β’
55e0eed
1
Parent(s):
7756bcc
Update app.py
Browse files
app.py
CHANGED
@@ -129,6 +129,7 @@ show_pages(
|
|
129 |
Page("app.py", "Home", "π "),
|
130 |
Section("GenAI", icon="π€"),
|
131 |
Page("pages/AI_Chatbot.py", "AI Chatbot", "π",in_section=True),
|
|
|
132 |
# Pages after a section will be indented
|
133 |
Page("pages/cg.py", "Auto Code Generation", "π"),
|
134 |
Page("pages/Auto_Report_Generation.py", "Auto Report Generation", "π"),
|
|
|
129 |
Page("app.py", "Home", "π "),
|
130 |
Section("GenAI", icon="π€"),
|
131 |
Page("pages/AI_Chatbot.py", "AI Chatbot", "π",in_section=True),
|
132 |
+
Page("pages/entity_extraction.py", "Teacher Session Evaluation", "π",in_section=True),
|
133 |
# Pages after a section will be indented
|
134 |
Page("pages/cg.py", "Auto Code Generation", "π"),
|
135 |
Page("pages/Auto_Report_Generation.py", "Auto Report Generation", "π"),
|