Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
@@ -39,8 +39,7 @@ def build_html(elements_json, height):
|
|
39 |
<html>
|
40 |
<head>
|
41 |
<meta charset="utf-8" />
|
42 |
-
|
43 |
-
<script src="https://unpkg.com/[email protected]/cytoscape-dagre.js"></script>
|
44 |
<style>
|
45 |
html, body {{ margin: 0; height: 100%; }}
|
46 |
#cy {{ width: 100%; height: {height}px; border: 1px solid #ccc; }}
|
|
|
39 |
<html>
|
40 |
<head>
|
41 |
<meta charset="utf-8" />
|
42 |
+
oscape-dagre@2.5.0/cytoscape-dagre.js"></script>
|
|
|
43 |
<style>
|
44 |
html, body {{ margin: 0; height: 100%; }}
|
45 |
#cy {{ width: 100%; height: {height}px; border: 1px solid #ccc; }}
|