Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -3
index.html
CHANGED
@@ -6,15 +6,16 @@
|
|
6 |
width="850"
|
7 |
height="450"
|
8 |
></iframe> -->
|
9 |
-
<div id="dv" class="six columns">
|
10 |
-
<iframe id="myFrame" name="myFrame" src="https://seetha-ima-pipeline-streamlit.hf.space?embed=true"></iframe>
|
11 |
-
</div>
|
12 |
$(document).ready(function () {
|
13 |
window.onbeforeunload = function () {
|
14 |
window.open("https://seetha-ima-pipeline-streamlit.hf.space?embed=true", "theFrame");
|
15 |
return "";
|
16 |
}
|
17 |
});
|
|
|
|
|
|
|
|
|
18 |
<head>
|
19 |
<link rel = "stylesheet" href = "tree.css">
|
20 |
<link rel = "stylesheet" href = "level2.css">
|
|
|
6 |
width="850"
|
7 |
height="450"
|
8 |
></iframe> -->
|
|
|
|
|
|
|
9 |
$(document).ready(function () {
|
10 |
window.onbeforeunload = function () {
|
11 |
window.open("https://seetha-ima-pipeline-streamlit.hf.space?embed=true", "theFrame");
|
12 |
return "";
|
13 |
}
|
14 |
});
|
15 |
+
<div id="dv" class="six columns">
|
16 |
+
<iframe id="myFrame" name="myFrame" src="https://seetha-ima-pipeline-streamlit.hf.space?embed=true"></iframe>
|
17 |
+
</div>
|
18 |
+
|
19 |
<head>
|
20 |
<link rel = "stylesheet" href = "tree.css">
|
21 |
<link rel = "stylesheet" href = "level2.css">
|