Commit
•
fcb80bc
1
Parent(s):
1b0cb6c
Update login.html with adjusted image width
Browse files- login.html +1 -1
login.html
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<img
|
29 |
src="https://huggingface.co/datasets/davanstrien/assets/resolve/main/logo.jpg"
|
30 |
alt="Space Logo"
|
31 |
-
style="width:
|
32 |
/>
|
33 |
<p>
|
34 |
This Space is designed to provide you with an easy way to get started
|
|
|
28 |
<img
|
29 |
src="https://huggingface.co/datasets/davanstrien/assets/resolve/main/logo.jpg"
|
30 |
alt="Space Logo"
|
31 |
+
style="width: 80%"
|
32 |
/>
|
33 |
<p>
|
34 |
This Space is designed to provide you with an easy way to get started
|