rsm-roguchi commited on
Commit
cf437a5
Β·
1 Parent(s): 91c0bc5
Files changed (1) hide show
  1. ui/home.py +1 -7
ui/home.py CHANGED
@@ -1,13 +1,7 @@
1
  from shiny import ui
2
 
3
  ui = ui.nav_panel(
4
- "🏠 Home",
5
- "πŸ“ Job Creation",
6
- "πŸ“… Interview Scheduler",
7
- "πŸ“ˆ Correlation Analysis",
8
- 'πŸ“Š Chart Generation',
9
- 'πŸ“„ Document Creation',
10
-
11
  # Top welcome content
12
  ui.card(
13
  ui.h2("Welcome to the AI Recruitment Hub"),
 
1
  from shiny import ui
2
 
3
  ui = ui.nav_panel(
4
+ 'Home',
 
 
 
 
 
 
5
  # Top welcome content
6
  ui.card(
7
  ui.h2("Welcome to the AI Recruitment Hub"),