File size: 854 Bytes
e51e8f8
 
67128ad
 
e51e8f8
 
45d251c
 
 
67128ad
 
45d251c
 
 
67128ad
 
45d251c
 
67128ad
58113ed
8410cc1
 
58113ed
 
 
8410cc1
 
 
 
 
 
 
58113ed
 
 
8410cc1
 
 
 
 
 
77df2c6
58113ed
 
8410cc1
 
 
 
 
 
 
 
 
 
58113ed
 
 
8410cc1
 
 
 
 
 
58113ed
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
h1 {
  text-align: center;
}

body a,
#component-0 a {
  background-color: transparent;
  color: #58a6ff;
  text-decoration: none;
}

body a:active,
body a:hover {
  outline-width: 0;
}

body a:hover {
  text-decoration: underline;
}

/* set colors for statuses */
div.status-running {
  color: green;
}

div.status-stopped,
div.status-paused {
  color: orange;
}

div.status-runtime_error,
div.status-build_error {
  color: red;
}

/* set colors for sdks */
div.sdk-gradio {
  color: orange;
}

div.sdk-docker {
  color: deepskyblue;
}

/* set colors for hardware types */
div.hardware-a100-large,
div.hardware-zero-a10g,
div.hardware-a10g-large,
div.hardware-a10g-small {
  color: red;
}

div.hardware-t4-medium,
div.hardware-t4-small {
  color: orange;
}

div.hardware-cpu-upgrade {
  color: green;
}

div.hardware-cpu-basic {
  color: deepskyblue;
}