Skip to content

Instantly share code, notes, and snippets.

@aditya00kumar
Created February 22, 2021 18:44
Show Gist options
  • Save aditya00kumar/280e30486fc12a2073b5fd19859e072f to your computer and use it in GitHub Desktop.
Save aditya00kumar/280e30486fc12a2073b5fd19859e072f to your computer and use it in GitHub Desktop.
Html file to plot dashboard
<html>
<head>
<!-- Plotly.js -->
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<style>
#myDIV {
border: 1px solid black;
background-color: lightblue;
width: auto;
overflow: auto;
}
</style>
</head>
<body>
<h1>Model Monitoring</h1>
<table style="width:100%">
<tr>
<td>{{div1}}</td>
</tr>
<tr>
<td>{{div2}}</td>
<td>{{div3}}</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment