Skip to content

Commit aaeba5e

Browse files
Eduardo LeaoEduardo Leao
authored andcommitted
added memory to demo, and css fixes
1 parent c51c9a4 commit aaeba5e

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

site/demo/demo.css

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@ label {
122122
background-color: #004793;
123123
}
124124

125+
#clearing-button {
126+
background-color: #818181;
127+
}
128+
129+
#clearing-button:hover {
130+
background-color: #5f5f5f;
131+
}
132+
133+
#clearing-button:active {
134+
background-color: #3a3a3a;
135+
}
125136

126137
#reset-button {
127138
background-color: #c80f0f;
@@ -135,18 +146,6 @@ label {
135146
background-color: #821414;
136147
}
137148

138-
#clear-button {
139-
background-color: #818181;
140-
}
141-
142-
#clear-button:hover {
143-
background-color: #5f5f5f;
144-
}
145-
146-
#clear-button:active {
147-
background-color: #3a3a3a;
148-
}
149-
150149
.device-button {
151150
width: 10%;
152151
background-color: #818181;

site/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ <h2 style="display: inline-block; margin-right: 15px; margin-left: 20px;">Model
575575
<button class="torch-button" id="start-button" onclick="trainLoopInitializer()">Train</button>
576576
<button class="torch-button" id="stop-button" onclick="pauseTraining()">Pause</button>
577577
<button class="torch-button" id="reset-button" onclick="resetTraining()">Reset</button>
578-
<button class="torch-button" id="clear-button" onclick="clearTraining()">Clear</button>
578+
<button class="torch-button" id="clearing-button" onclick="clearTraining()">Clear</button>
579579
<div style="width: 25px; display: inline-block;"></div>
580580
<button id="cpu-trigger" class="device-button" onclick="CPUCaller()">CPU</button>
581581
<button id="gpu-trigger" class="device-button" onclick="GPUCaller()">GPU</button>

0 commit comments

Comments
 (0)