{ "cells": [ { "cell_type": "markdown", "id": "10f1342b-dda5-4b73-9770-87b554b6b058", "metadata": {}, "source": [ "# A first web app\n", "\n", "The creation of a web application is all handled \"behind the scenes\" by the `streamlit` software. A user needs to write a `streamlit` script that specifies placement of widgets on the screen." ] }, { "cell_type": "markdown", "id": "7d0615ba-79e7-45b5-bcdf-7dc8782f2549", "metadata": {}, "source": [ "## 1. A reminder of how to use the model\n", "\n", "Below is the basic script we create to use the model wrapper functions." ] }, { "cell_type": "code", "execution_count": 3, "id": "3525e19a-8a84-4870-85ff-d1c16aa2a6da", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | 01_mean_waiting_time | \n", "02_operator_util | \n", "03_mean_nurse_waiting_time | \n", "04_nurse_util | \n", "
---|---|---|---|---|
count | \n", "5.000000 | \n", "5.000000 | \n", "5.000000 | \n", "5.000000 | \n", "
mean | \n", "3.146367 | \n", "92.809237 | \n", "53.371514 | \n", "97.422884 | \n", "
std | \n", "1.301141 | \n", "1.627011 | \n", "8.300390 | \n", "0.923472 | \n", "
min | \n", "1.766309 | \n", "90.463310 | \n", "45.348185 | \n", "95.971377 | \n", "
25% | \n", "2.530936 | \n", "92.018158 | \n", "48.662760 | \n", "97.204975 | \n", "
50% | \n", "2.644851 | \n", "93.334065 | \n", "49.311152 | \n", "97.618858 | \n", "
75% | \n", "3.646701 | \n", "93.493914 | \n", "57.795331 | \n", "97.901794 | \n", "
max | \n", "5.143040 | \n", "94.736737 | \n", "65.740144 | \n", "98.417413 | \n", "