Seetha commited on
Commit
a7894eb
1 Parent(s): 7315c1a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -2
index.html CHANGED
@@ -1,11 +1,20 @@
1
  <!DOCTYPE html>
2
  <html>
3
- <iframe
4
  src="https://seetha-ima-pipeline-streamlit.hf.space?embed=true"
5
  frameborder="0"
6
  width="850"
7
  height="450"
8
- ></iframe>
 
 
 
 
 
 
 
 
 
9
  <head>
10
  <link rel = "stylesheet" href = "tree.css">
11
  <link rel = "stylesheet" href = "level2.css">
 
1
  <!DOCTYPE html>
2
  <html>
3
+ <!-- <iframe
4
  src="https://seetha-ima-pipeline-streamlit.hf.space?embed=true"
5
  frameborder="0"
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">