Skip to content

Commit

Permalink
feat: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwath Krishnan authored and Ashwath Krishnan committed Jan 27, 2025
1 parent 68c3505 commit bffc86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: |
rsconnect deploy shiny Dashboard \
--name ashwathkris \
--title pcha-test
--title pcha-dashboard
2 changes: 1 addition & 1 deletion Dashboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def parse_date(date_str):

# Define the UI
app_ui = ui.page_fluid(
ui.h2("PCHA Dashboard"),
ui.h2("PCHA Health Dashboard"),
ui.page_sidebar(
ui.sidebar(ui.input_select("user_id", label="Select User", choices=users),
# ui.input_slider("start_date_slider", "Start Date", min_date, max_date, min_date),
Expand Down

0 comments on commit bffc86b

Please sign in to comment.