themeetjani commited on
Commit
740bd9b
β€’
1 Parent(s): 8f514ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -106,18 +106,18 @@ show_pages(
106
  [
107
  Page("app.py", "Home", "🏠"),
108
  Section("GenAI", icon="πŸ€–"),
109
- Page("pages2/AI_Chatbot.py", "AI Chatbot", "πŸ“ˆ",in_section=True),
110
  # Pages after a section will be indented
111
- Page("pages2/Auto_Code_Generation.py", "Auto Code Generation", "πŸ“ˆ"),
112
- Page("pages2/Auto_Report_Generation.py", "Auto Report Generation", "πŸ“ˆ"),
113
 
114
- Page("pages2/Auto_Score_Generation.py", "Auto Score Generation", "πŸ“ˆ"),
115
 
116
- Page("pages2/core_risk.py", "Core Risk Classification", "πŸ“ˆ"),
117
 
118
- Page("pages2/jury_records.py", "Jury Records", "πŸ“ˆ"),
119
 
120
- Page("pages2/topic_classification.py", "Topic Classification", "πŸ“ˆ"),
121
  Section("Deep Learning", icon="πŸ€–"),
122
  Section("Machine Learning", icon="πŸ€–")
123
 
 
106
  [
107
  Page("app.py", "Home", "🏠"),
108
  Section("GenAI", icon="πŸ€–"),
109
+ Page("pages/AI_Chatbot.py", "AI Chatbot", "πŸ“ˆ",in_section=True),
110
  # Pages after a section will be indented
111
+ Page("pages/Auto_Code_Generation.py", "Auto Code Generation", "πŸ“ˆ"),
112
+ Page("pages/Auto_Report_Generation.py", "Auto Report Generation", "πŸ“ˆ"),
113
 
114
+ Page("pages/Auto_Score_Generation.py", "Auto Score Generation", "πŸ“ˆ"),
115
 
116
+ Page("pages/core_risk.py", "Core Risk Classification", "πŸ“ˆ"),
117
 
118
+ Page("pages/jury_records.py", "Jury Records", "πŸ“ˆ"),
119
 
120
+ Page("pages/topic_classification.py", "Topic Classification", "πŸ“ˆ"),
121
  Section("Deep Learning", icon="πŸ€–"),
122
  Section("Machine Learning", icon="πŸ€–")
123