Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
font-family: 'Roboto', sans-serif;
|
8 |
font-size: 16px;
|
9 |
}
|
10 |
-
.
|
11 |
height: 1em; /* makes the height of the logo match the text size */
|
12 |
vertical-align: middle; /* aligns the logo vertically with the text */
|
13 |
margin-right: 0.5em; /* Optional: adds some space between the logo and the text */
|
@@ -19,7 +19,7 @@
|
|
19 |
</head>
|
20 |
<body>
|
21 |
<h2>
|
22 |
-
<img src="lite-logo.png" alt="logo" class="
|
23 |
Gradio-lite (Gradio running entirely in your browser!)
|
24 |
</h2>
|
25 |
<p>Try it out! Once the Gradio app loads (can take 10-15 seconds), disconnect your Wifi and the machine learning model will still work!</p>
|
|
|
7 |
font-family: 'Roboto', sans-serif;
|
8 |
font-size: 16px;
|
9 |
}
|
10 |
+
.logo {
|
11 |
height: 1em; /* makes the height of the logo match the text size */
|
12 |
vertical-align: middle; /* aligns the logo vertically with the text */
|
13 |
margin-right: 0.5em; /* Optional: adds some space between the logo and the text */
|
|
|
19 |
</head>
|
20 |
<body>
|
21 |
<h2>
|
22 |
+
<img src="lite-logo.png" alt="logo" class="logo">
|
23 |
Gradio-lite (Gradio running entirely in your browser!)
|
24 |
</h2>
|
25 |
<p>Try it out! Once the Gradio app loads (can take 10-15 seconds), disconnect your Wifi and the machine learning model will still work!</p>
|