Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -19
index.html
CHANGED
@@ -1,24 +1,10 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
margin: 0;
|
8 |
-
padding: 0;
|
9 |
-
width: 100%;
|
10 |
-
height: 100%;
|
11 |
-
}
|
12 |
-
iframe {
|
13 |
-
width: 100%;
|
14 |
-
height: 100vh;
|
15 |
-
border: none;
|
16 |
-
}
|
17 |
-
</style>
|
18 |
</head>
|
19 |
-
<body>
|
20 |
-
<iframe
|
21 |
-
src="https://deep-research-agent.streamlit.app/"
|
22 |
-
></iframe>
|
23 |
</body>
|
24 |
</html>
|
|
|
|
|
1 |
<html>
|
2 |
<head>
|
3 |
+
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
|
4 |
+
<title>Solar-MACH</title>
|
5 |
+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛰️</text></svg>">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
</head>
|
7 |
+
<body style="margin:0px;padding:0px;overflow:hidden">
|
8 |
+
<iframe src="https://deep-research-agent.streamlit.app/?embedded=true" frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%"></iframe>
|
|
|
|
|
9 |
</body>
|
10 |
</html>
|