drkvcsstvn commited on
Commit
6659de7
·
verified ·
1 Parent(s): afc425a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1193,7 +1193,7 @@ lab_performance= pn.Tabs(('Performance results',pn.Column(pn.Row(column_changer,
1193
 
1194
  # In[18]:
1195
 
1196
- tabs = pn.Tabs(('Introduction', modal_btn),
1197
  ('Laboratory management', lab_performance),
1198
  ('Cytologist', ct_performance),
1199
  ('Cytopathologist',cp_performance), sizing_mode = 'stretch_both', styles = {'font-size':'20px'})
 
1193
 
1194
  # In[18]:
1195
 
1196
+ tabs = pn.Tabs(('Introduction', pn.pane.Markdown("""Welcome to the Dashboards!""")),
1197
  ('Laboratory management', lab_performance),
1198
  ('Cytologist', ct_performance),
1199
  ('Cytopathologist',cp_performance), sizing_mode = 'stretch_both', styles = {'font-size':'20px'})