Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ digraph structs {
|
|
19 |
node [shape=plaintext];
|
20 |
|
21 |
struct1 [label=<<TABLE>
|
22 |
-
<TR><TD><IMG SRC="1.png"/></TD></TR>
|
23 |
<TR><TD>caption</TD></TR>
|
24 |
</TABLE>>];
|
25 |
}
|
|
|
19 |
node [shape=plaintext];
|
20 |
|
21 |
struct1 [label=<<TABLE>
|
22 |
+
<TR><TD><IMG SRC="https://huggingface.co/spaces/awacke1/GraphViz-Demo/1.png"/></TD></TR>
|
23 |
<TR><TD>caption</TD></TR>
|
24 |
</TABLE>>];
|
25 |
}
|