Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,9 @@ HTML="""
|
|
24 |
|
25 |
.text {
|
26 |
font-size: 20px;
|
27 |
-
padding-top:
|
28 |
padding-left: 20px;
|
|
|
29 |
float: left;
|
30 |
}
|
31 |
</style>
|
@@ -35,7 +36,7 @@ HTML="""
|
|
35 |
<img src="https://huggingface.co/spaces/Diangle/Clip4Clip-webvid/resolve/main/Searchium.png" width="333" height="216">
|
36 |
</div>
|
37 |
<div class="text">
|
38 |
-
<h1 style="font-size:
|
39 |
</div>
|
40 |
</div>
|
41 |
</body>
|
|
|
24 |
|
25 |
.text {
|
26 |
font-size: 20px;
|
27 |
+
padding-top: 5%;
|
28 |
padding-left: 20px;
|
29 |
+
padding-bottom: 5%;
|
30 |
float: left;
|
31 |
}
|
32 |
</style>
|
|
|
36 |
<img src="https://huggingface.co/spaces/Diangle/Clip4Clip-webvid/resolve/main/Searchium.png" width="333" height="216">
|
37 |
</div>
|
38 |
<div class="text">
|
39 |
+
<h1 style="font-size: 32px;"> Video Retrieval </h1>
|
40 |
</div>
|
41 |
</div>
|
42 |
</body>
|