themeetjani commited on
Commit
5744d54
β€’
1 Parent(s): 185d7c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -119,7 +119,15 @@ show_pages(
119
 
120
  Page("pages/topic_classification.py", "Topic Classification", "πŸ“ˆ"),
121
  Section("Deep Learning", icon="πŸ€–"),
122
- Section("Machine Learning", icon="πŸ€–")
 
 
 
 
 
 
 
 
123
 
124
  ]
125
  )
 
119
 
120
  Page("pages/topic_classification.py", "Topic Classification", "πŸ“ˆ"),
121
  Section("Deep Learning", icon="πŸ€–"),
122
+ Page("Image Analytics", "πŸ“ˆ"),
123
+ Page("Video Analytics", "πŸ“ˆ"),
124
+ Page("Speech Recognization", "πŸ“ˆ"),
125
+ Section("Machine Learning", icon="πŸ€–"),
126
+ Page("Regression", "πŸ“ˆ"),
127
+ Page("Forecasting", "πŸ“ˆ"),
128
+ Page("Clustering", "πŸ“ˆ"),
129
+ Page("Optimization", "πŸ“ˆ")
130
+
131
 
132
  ]
133
  )