File size: 1,452 Bytes
9aa0dd0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d38aad6
 
0fdd723
 
 
 
 
d38aad6
0fdd723
d38aad6
 
0fdd723
 
d38aad6
 
0fdd723
 
 
 
 
 
877e56f
a3faa51
 
 
 
 
877e56f
 
 
 
a3faa51
 
e32be38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
877e56f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
h1 {
  text-align: center;
  display: block;
}

#duplicate-button {
  margin: auto;
  color: #fff;
  background: #1565c0;
  border-radius: 100vh;
}

.gradio-container {
  max-width: 730px !important;
  margin: auto;
  padding-top: 1.5rem;
}

#title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust this value to position the title vertically */
  }

#title {
    font-size: 3em;
    text-align: center;
    background: transparent;
  }

#subtitle {
  text-align: center;
}

#json-input {
    font-family: monospace;
    font-size: 14px;
}

#history-dropdown {
    margin-top: 20px;
}

#history-image {
    margin-top: 10px;
}

#history-metadata {
    font-family: monospace;
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-all;
}

#history_gallery {
    margin-top: 20px;
}

#history_gallery img {
    cursor: pointer;
    transition: transform 0.2s;
}

#history_gallery img:hover {
    transform: scale(1.05);
}

header {
    background-color: #222;
    padding: 20px;
    position: sticky;
    top: 0;
    z-index: 100;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav img {
    height: 40px;
}

.mode-switch {
    display: flex;
    gap: 10px;
    background-color: #FAF0E6; /* Pearl white background color */
    padding: 10px;
    border-radius: 5px;
}

.mode-switch img {
    cursor: pointer;
    height: 24px;
}