Spaces:
Runtime error
Runtime error
Update templates/data_connectors.html
Browse files
templates/data_connectors.html
CHANGED
@@ -12,6 +12,10 @@
|
|
12 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
|
13 |
|
14 |
<style>
|
|
|
|
|
|
|
|
|
15 |
html,
|
16 |
body {
|
17 |
height: 90%;
|
|
|
12 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
|
13 |
|
14 |
<style>
|
15 |
+
#add{
|
16 |
+
display: none ;
|
17 |
+
}
|
18 |
+
|
19 |
html,
|
20 |
body {
|
21 |
height: 90%;
|