Skip to content

Commit

Permalink
Headings updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Parv17k committed Dec 5, 2020
1 parent a70f4b4 commit 1b21733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,11 @@ def dashboard_reporter(user_data):
st.success("Hello Issue Reporter '"+user_data['name'][0]+"', Please scroll down and access your dashboard")
show_tickets(user_data)
def dashboard_employee(user_data):
head.title("Employee Dashboard")
st.success("Hello '"+user_data['name'][0]+"', Please scroll down and access your dashboard")
show_tickets(user_data)
def dashboard_management(user_data):
head.title("Management Dashboard")
st.success("Hello '"+user_data['name'][0]+"', Please scroll down and access your dashboard")
show_tickets(user_data)
def auth(id,password,domain):
Expand Down

0 comments on commit 1b21733

Please sign in to comment.