Spaces:
Paused
Paused
Update app.py
Browse files
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',
|
| 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'})
|