Skip to content

Commit bffc86b

Browse files
Ashwath KrishnanAshwath Krishnan
Ashwath Krishnan
authored and
Ashwath Krishnan
committed
feat: github actions
1 parent 68c3505 commit bffc86b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: |
4141
rsconnect deploy shiny Dashboard \
4242
--name ashwathkris \
43-
--title pcha-test
43+
--title pcha-dashboard

Diff for: Dashboard/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def parse_date(date_str):
2727

2828
# Define the UI
2929
app_ui = ui.page_fluid(
30-
ui.h2("PCHA Dashboard"),
30+
ui.h2("PCHA Health Dashboard"),
3131
ui.page_sidebar(
3232
ui.sidebar(ui.input_select("user_id", label="Select User", choices=users),
3333
# ui.input_slider("start_date_slider", "Start Date", min_date, max_date, min_date),

0 commit comments

Comments
 (0)