Skip to content

Commit

Permalink
Create status.html
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio authored Apr 1, 2023
1 parent ec4cd64 commit 3b0a4af
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions status.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<title>Streamlit for Geospatial</title>
<style type="text/css">
html {
overflow: auto;
}
html,
body,
div,
iframe {
margin: 0px;
padding: 0px;
height: 100%;
border: none;
}
iframe {
display: block;
width: 100%;
border: none;
overflow-y: auto;
overflow-x: hidden;
}
</style>
</head>
<body>
<iframe
src="https://sw-yx-streamlit-charts-linebarcharts-kq0xwx.streamlit.app/"
frameborder="0"
marginheight="0"
marginwidth="0"
width="100%"
height="100%"
scrolling="auto"
>
</iframe>
</body>
</html>

0 comments on commit 3b0a4af

Please sign in to comment.