Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
<meta charset="utf-8" />
|
|
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<meta name="color-scheme" content="light only"/>
|
7 |
<meta name="supported-color-schemes" content="light"/>
|
8 |
|
9 |
<title>Ko-LLaVA: Korean Large Language and Vision Assistant</title>
|
10 |
-
<link rel="stylesheet" href="style.css" />
|
11 |
</head>
|
12 |
<body>
|
13 |
<iframe src="https://211.47.4.50:7860/" style="width:100%; height: 100%; border: 0; position: absolute; margin-top: -30px; margin-bottom: 10px;"></iframe>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<meta charset="utf-8" />
|
5 |
+
<link rel="stylesheet" href="style.css" />
|
6 |
+
|
7 |
<meta name="viewport" content="width=device-width" />
|
8 |
<meta name="color-scheme" content="light only"/>
|
9 |
<meta name="supported-color-schemes" content="light"/>
|
10 |
|
11 |
<title>Ko-LLaVA: Korean Large Language and Vision Assistant</title>
|
|
|
12 |
</head>
|
13 |
<body>
|
14 |
<iframe src="https://211.47.4.50:7860/" style="width:100%; height: 100%; border: 0; position: absolute; margin-top: -30px; margin-bottom: 10px;"></iframe>
|