themeetjani commited on
Commit
55e0eed
β€’
1 Parent(s): 7756bcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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", "πŸ“ˆ"),