amaralibey commited on
Commit
2ee9c45
·
verified ·
1 Parent(s): 2b1ba16

Upload 2 files

Browse files
Files changed (2) hide show
  1. style.css +84 -0
  2. txt_encoder_state_dict.pth +3 -0
style.css ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .container {
2
+ /* max-width: 1200px; */
3
+ margin: 0 auto;
4
+ padding: 0.5rem;
5
+ background-color: #1a1a1a;
6
+ }
7
+
8
+ .header {
9
+ text-align: center;
10
+ margin-bottom: 3rem;
11
+ }
12
+
13
+ .header h1 {
14
+ font-size: 2rem;
15
+ color: #ffffff;
16
+ margin-bottom: 1rem;
17
+ font-weight: 700;
18
+ }
19
+
20
+ .header p {
21
+ color: #9ca3af;
22
+ font-size: 1.1rem;
23
+ }
24
+
25
+
26
+ .search-input {
27
+ background-color: #374151 !important;
28
+ border: 2px solid #3d3d3d !important;
29
+ border-radius: 40px !important;
30
+ font-size: 1.1rem !important;
31
+ color: #ffffff !important;
32
+ transition: all 0.3s ease;
33
+ width: 60%; /* Default width for larger screens (PC) */
34
+ margin: 0 auto; /* Center the input */
35
+ }
36
+
37
+ /* Media query for smartphones */
38
+ @media only screen and (max-width: 768px) {
39
+ .search-input {
40
+ width: 90% !important; /* 100% width on smartphones */
41
+ }
42
+ }
43
+
44
+
45
+
46
+
47
+ .gallery {
48
+ margin-top: 2rem;
49
+ background-color: #2d2d2d;
50
+ border-radius: 12px;
51
+ /* padding: 1rem; */
52
+ }
53
+
54
+
55
+
56
+ .footer {
57
+ margin-top: 3rem;
58
+ padding: 0.5rem;
59
+ background-color: #2d2d2d;
60
+ border-radius: 12px;
61
+ text-align: center;
62
+ }
63
+
64
+ .footer a {
65
+ color: #6366f1;
66
+ text-decoration: none;
67
+ transition: color 0.3s ease;
68
+ }
69
+
70
+ /* .footer a:hover {
71
+ color: #818cf8;
72
+ } */
73
+ /*
74
+ @media (max-width: 767px) {
75
+ .gallery {
76
+ grid-template-columns: repeat(3, 1fr) !important;
77
+ }
78
+ }
79
+
80
+ @media (min-width: 768px) {
81
+ .gallery {
82
+ grid-template-columns: repeat(5, 1fr) !important;
83
+ }
84
+ } */
txt_encoder_state_dict.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f88cda86a69e423f48efb45dee12406a4d25f95d18a907ab112f9901503f630
3
+ size 90994819