Spaces:
Running
Running
Update index.html
Browse files- index.html +6 -6
index.html
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
<head>
|
4 |
<link rel = "stylesheet" href = "tree.css">
|
5 |
<link rel = "stylesheet" href = "level2.css">
|
@@ -10,12 +16,6 @@
|
|
10 |
body {background-color: floralwhite;}
|
11 |
</style>
|
12 |
<style>
|
13 |
-
<iframe
|
14 |
-
src="https://seetha-ima-pipeline-streamlit.hf.space?embed=true"
|
15 |
-
/* frameborder="0"
|
16 |
-
width="850"
|
17 |
-
height="450" */
|
18 |
-
></iframe>
|
19 |
|
20 |
|
21 |
#d1 {
|
|
|
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">
|
|
|
16 |
body {background-color: floralwhite;}
|
17 |
</style>
|
18 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
|
21 |
#d1 {
|