Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
β’
740bd9b
1
Parent(s):
8f514ab
Update app.py
Browse files
app.py
CHANGED
@@ -106,18 +106,18 @@ show_pages(
|
|
106 |
[
|
107 |
Page("app.py", "Home", "π "),
|
108 |
Section("GenAI", icon="π€"),
|
109 |
-
Page("
|
110 |
# Pages after a section will be indented
|
111 |
-
Page("
|
112 |
-
Page("
|
113 |
|
114 |
-
Page("
|
115 |
|
116 |
-
Page("
|
117 |
|
118 |
-
Page("
|
119 |
|
120 |
-
Page("
|
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 |
|