File size: 820 Bytes
efb69fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
body {
  margin: 0;
  padding: 0;
  background: url("https://huggingface.co/spaces/denisbay/GLaDOS-chat/resolve/main/wallpaperflare.com_wallpaper.jpg") no-repeat center center fixed;
  background-size: cover;
  font-family: "Segoe UI", "Arial", sans-serif;
}

.gradio-container {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 40px;
  border-radius: 16px;
  max-width: 900px;
  margin: 60px auto;
  color: white;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.05);
}

h1, h2, h3, label {
  color: #eeeeee !important;
}

button {
  background-color: #222 !important;
  color: #eee !important;
  border: 1px solid #555 !important;
  border-radius: 8px !important;
}

input, textarea {
  background-color: #111 !important;
  color: #ddd !important;
  border: 1px solid #333 !important;
  border-radius: 6px !important;
}