Spaces:
Running
Running
bobbypaton commited on
Commit ·
2f362b4
1
Parent(s): 6a18794
Deploy ALFABET to HF Spaces
Browse files
bde_prediction/bde_flask/static/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
bde_prediction/bde_flask/templates/base.html
CHANGED
|
@@ -41,7 +41,6 @@
|
|
| 41 |
<!-- GLOBAL styles -->
|
| 42 |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
|
| 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 -->
|
|
@@ -77,12 +76,6 @@
|
|
| 77 |
<div class="container app">
|
| 78 |
<div class="row">
|
| 79 |
|
| 80 |
-
<div class="col-md-6 col-xl-4 order-md-2">
|
| 81 |
-
<a href="http://www.nrel.gov">
|
| 82 |
-
<div class="logo"><img src="client/img/nrel-logo-web.svg" class="sr-only"
|
| 83 |
-
alt="National Renewable Energy Laboratory" /></div>
|
| 84 |
-
</a>
|
| 85 |
-
</div>
|
| 86 |
|
| 87 |
<div class="col-12 d-md-none">
|
| 88 |
<!-- Start MOBILE collapsible site search bar -->
|
|
@@ -92,12 +85,6 @@
|
|
| 92 |
<div class="col d-flex justify-content-center mb-1">
|
| 93 |
<nav class="navbar navbar-light">
|
| 94 |
<div class="navbar-collapse collapse" id="searchbar-collapse-mobile">
|
| 95 |
-
<form method="get"
|
| 96 |
-
class="site-searchbar-form form-inline ThunderstoneForm"
|
| 97 |
-
action="https://search4.nrel.gov/texis/search/"
|
| 98 |
-
id="ThunderstoneSearchForm">
|
| 99 |
-
|
| 100 |
-
</form>
|
| 101 |
</div>
|
| 102 |
</nav>
|
| 103 |
</div>
|
|
|
|
| 41 |
<!-- GLOBAL styles -->
|
| 42 |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
|
| 43 |
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
|
|
|
| 44 |
|
| 45 |
|
| 46 |
<!-- Fonts -->
|
|
|
|
| 76 |
<div class="container app">
|
| 77 |
<div class="row">
|
| 78 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
<div class="col-12 d-md-none">
|
| 81 |
<!-- Start MOBILE collapsible site search bar -->
|
|
|
|
| 85 |
<div class="col d-flex justify-content-center mb-1">
|
| 86 |
<nav class="navbar navbar-light">
|
| 87 |
<div class="navbar-collapse collapse" id="searchbar-collapse-mobile">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
</div>
|
| 89 |
</nav>
|
| 90 |
</div>
|