Spaces:
Sleeping
Sleeping
rsm-roguchi commited on
Commit Β·
cf437a5
1
Parent(s): 91c0bc5
gunrt
Browse files- 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 |
-
|
| 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"),
|