Spaces:
Running
Running
bobbypaton commited on
Commit ·
6a18794
1
Parent(s): 444d6ac
Deploy ALFABET to HF Spaces
Browse files- .DS_Store +0 -0
- bde_prediction/.DS_Store +0 -0
- bde_prediction/bde_flask/.DS_Store +0 -0
- bde_prediction/bde_flask/templates/base.html +1 -84
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
bde_prediction/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
bde_prediction/bde_flask/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
bde_prediction/bde_flask/templates/base.html
CHANGED
|
@@ -31,7 +31,6 @@
|
|
| 31 |
<meta http-equiv="last-modified" content="<!--#echo var='LAST_MODIFIED'-->">
|
| 32 |
|
| 33 |
<!-- Favicon -->
|
| 34 |
-
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico">
|
| 35 |
|
| 36 |
<!-- iOS icons -->
|
| 37 |
<link rel="apple-touch-icon" href="client/img/touch-icon-iphone.png">
|
|
@@ -44,8 +43,6 @@
|
|
| 44 |
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
| 45 |
<link href="client/css/nrel.complete.min.css" rel="stylesheet">
|
| 46 |
|
| 47 |
-
<!-- NREL Application styles -->
|
| 48 |
-
<link href="client/css/nrel.application.min.css" rel="stylesheet" type="text/css">
|
| 49 |
|
| 50 |
<!-- Fonts -->
|
| 51 |
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
@@ -100,14 +97,6 @@
|
|
| 100 |
action="https://search4.nrel.gov/texis/search/"
|
| 101 |
id="ThunderstoneSearchForm">
|
| 102 |
|
| 103 |
-
<input type="hidden" name="pr" value="metanrel" />
|
| 104 |
-
<div class="form-group">
|
| 105 |
-
<label for="query" class="sr-only">Search NREL.gov</label>
|
| 106 |
-
<input type="search" id="query" name="query" maxlength="2047"
|
| 107 |
-
placeholder="Search NREL.gov" class="form-control"
|
| 108 |
-
aria-label="Search NREL.gov">
|
| 109 |
-
<button type="submit" class="btn btn-default">Search</button>
|
| 110 |
-
</div>
|
| 111 |
</form>
|
| 112 |
</div>
|
| 113 |
</nav>
|
|
@@ -219,18 +208,7 @@
|
|
| 219 |
<div class="footertop">
|
| 220 |
<div class="container">
|
| 221 |
<div class="row">
|
| 222 |
-
<div class="col-12 col-lg-5">
|
| 223 |
-
<a href="http://www.nrel.gov/index.html"><strong>National Renewable Energy
|
| 224 |
-
Laboratory</strong></a>
|
| 225 |
-
</div>
|
| 226 |
<div class="col col-lg-7">
|
| 227 |
-
<div class="d-flex flex-column flex-lg-row justify-content-lg-start global">
|
| 228 |
-
<div><a href="http://www.nrel.gov/about/index.html">About</a></div>
|
| 229 |
-
<div><a href="http://www.nrel.gov/research/index.html">Research</a></div>
|
| 230 |
-
<div><a href="http://www.nrel.gov/index.html">Work with Us</a></div>
|
| 231 |
-
<div><a href="http://www.nrel.gov/news/index.html">News</a></div>
|
| 232 |
-
<div><a href="http://www.nrel.gov/careers/index.html">Careers</a></div>
|
| 233 |
-
</div>
|
| 234 |
</div>
|
| 235 |
</div>
|
| 236 |
</div>
|
|
@@ -239,76 +217,15 @@
|
|
| 239 |
<div class="container">
|
| 240 |
<div class="row">
|
| 241 |
<div class="col-md-4 col-lg-5">
|
| 242 |
-
<div><a href="http://www.nrel.gov/webmaster.html">Contact Us</a></div>
|
| 243 |
-
<div class="mt-2"><a href="http://www.nrel.gov/about/visiting-nrel.html">Visit</a></div>
|
| 244 |
-
<div class="mt-2"><a href="http://www.nrel.gov/news/subscribe.html">Subscribe</a></div>
|
| 245 |
-
<div class="mt-3">
|
| 246 |
-
<ul class="social-links list-inline">
|
| 247 |
-
<li class="list-inline-item"><a
|
| 248 |
-
href="https://www.facebook.com/nationalrenewableenergylab"
|
| 249 |
-
aria-label="Follow NREL on Facebook"><i class="fa fa-facebook-square">
|
| 250 |
-
<!--facebook-->
|
| 251 |
-
</i></a>
|
| 252 |
-
</li>
|
| 253 |
-
<li class="list-inline-item"><a
|
| 254 |
-
href="https://www.instagram.com/nationalrenewableenergylab/"
|
| 255 |
-
aria-label="Follow NREL on Instagram"><i class="fa fa-instagram">
|
| 256 |
-
<!--Instagram-->
|
| 257 |
-
</i></a></li>
|
| 258 |
-
<li class="list-inline-item"><a
|
| 259 |
-
href="https://www.linkedin.com/company/national-renewable-energy-laboratory"
|
| 260 |
-
aria-label="Follow NREL on Linked In"><i class="fa fa-linkedin-square">
|
| 261 |
-
<!--Linked In-->
|
| 262 |
-
</i></a>
|
| 263 |
-
</li>
|
| 264 |
-
<li class="list-inline-item"><a href="https://www.youtube.com/user/NRELPR/"
|
| 265 |
-
aria-label="Follow NREL on YouTube"><i class="fa fa-youtube">
|
| 266 |
-
<!--You Tube-->
|
| 267 |
-
</i></a>
|
| 268 |
-
</li>
|
| 269 |
-
<li class="list-inline-item"><a href="https://twitter.com/nrel/"
|
| 270 |
-
aria-label="Follow NREL on Twitter"><i class="fa fa-twitter">
|
| 271 |
-
<!--twitter-->
|
| 272 |
-
</i></a>
|
| 273 |
-
</li>
|
| 274 |
-
</ul>
|
| 275 |
-
</div>
|
| 276 |
</div>
|
| 277 |
<div class="col-md-8 col-lg-7 globalsecondary">
|
| 278 |
<div class="row">
|
| 279 |
-
<div class="col-sm-6 col-lg-3">
|
| 280 |
-
<div class="mt-1"><a href="http://www.nrel.gov/accessibility.html">Accessibility</a>
|
| 281 |
-
</div>
|
| 282 |
-
<div class="mt-1"><a href="http://www.nrel.gov/disclaimer.html">Disclaimer</a></div>
|
| 283 |
-
<div class="mt-1"><a href="http://www.nrel.gov/security.html">Security and Privacy</a>
|
| 284 |
-
</div>
|
| 285 |
-
<div class="mt-1"><a href="http://www.nrel.gov/webmaster.html">Site Feedback</a></div>
|
| 286 |
-
</div>
|
| 287 |
-
<div class="col-sm-6 col-lg-3">
|
| 288 |
-
<div class="mt-1"><a href="https://developer.nrel.gov/">Developers</a></div>
|
| 289 |
-
<div class="mt-1"><a href="https://thesource.nrel.gov/">Employees</a></div>
|
| 290 |
-
</div>
|
| 291 |
</div>
|
| 292 |
</div>
|
| 293 |
</div>
|
| 294 |
<hr />
|
| 295 |
<div class="mt-4">
|
| 296 |
<div class="row">
|
| 297 |
-
<div class="col-sm-5">
|
| 298 |
-
<a href="https://www.allianceforsustainableenergy.org/"><img class="mr-5 mb-3"
|
| 299 |
-
src="client/img/alliance-logo_black.png"
|
| 300 |
-
alt="Alliance for Sustainable Energy, LLC"></a>
|
| 301 |
-
<a href="https://energy.gov"><img src="client/img/logo-doe-footer.png"
|
| 302 |
-
alt="U.S. Department of Energy" class="mb-3"></a>
|
| 303 |
-
</div>
|
| 304 |
-
<div class="col-12 col-sm-7">
|
| 305 |
-
<p class="nrel-attr">The National Renewable Energy Laboratory is a national laboratory of
|
| 306 |
-
the <a href="https://energy.gov/">U.S. Department of Energy</a>, <a
|
| 307 |
-
href="https://energy.gov/eere/office-energy-efficiency-renewable-energy">Office of
|
| 308 |
-
Energy Efficiency and Renewable Energy</a>, operated by the <a
|
| 309 |
-
href="https://www.allianceforsustainableenergy.org/">Alliance for Sustainable Energy
|
| 310 |
-
LLC</a>.</p>
|
| 311 |
-
</div>
|
| 312 |
</div>
|
| 313 |
</div>
|
| 314 |
</div>
|
|
@@ -334,4 +251,4 @@
|
|
| 334 |
|
| 335 |
</body>
|
| 336 |
|
| 337 |
-
</html>
|
|
|
|
| 31 |
<meta http-equiv="last-modified" content="<!--#echo var='LAST_MODIFIED'-->">
|
| 32 |
|
| 33 |
<!-- Favicon -->
|
|
|
|
| 34 |
|
| 35 |
<!-- iOS icons -->
|
| 36 |
<link rel="apple-touch-icon" href="client/img/touch-icon-iphone.png">
|
|
|
|
| 43 |
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
| 44 |
<link href="client/css/nrel.complete.min.css" rel="stylesheet">
|
| 45 |
|
|
|
|
|
|
|
| 46 |
|
| 47 |
<!-- Fonts -->
|
| 48 |
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
|
| 97 |
action="https://search4.nrel.gov/texis/search/"
|
| 98 |
id="ThunderstoneSearchForm">
|
| 99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
</form>
|
| 101 |
</div>
|
| 102 |
</nav>
|
|
|
|
| 208 |
<div class="footertop">
|
| 209 |
<div class="container">
|
| 210 |
<div class="row">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 211 |
<div class="col col-lg-7">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 212 |
</div>
|
| 213 |
</div>
|
| 214 |
</div>
|
|
|
|
| 217 |
<div class="container">
|
| 218 |
<div class="row">
|
| 219 |
<div class="col-md-4 col-lg-5">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 220 |
</div>
|
| 221 |
<div class="col-md-8 col-lg-7 globalsecondary">
|
| 222 |
<div class="row">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 223 |
</div>
|
| 224 |
</div>
|
| 225 |
</div>
|
| 226 |
<hr />
|
| 227 |
<div class="mt-4">
|
| 228 |
<div class="row">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
</div>
|
| 230 |
</div>
|
| 231 |
</div>
|
|
|
|
| 251 |
|
| 252 |
</body>
|
| 253 |
|
| 254 |
+
</html>
|