Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ st.graphviz_chart('''
|
|
18 |
digraph G2 {
|
19 |
node [shape=plaintext];
|
20 |
struct1 [label=<<TABLE>
|
21 |
-
<TR><TD><IMG SRC="
|
22 |
<TR><TD>caption</TD></TR>
|
23 |
</TABLE>>];
|
24 |
}
|
|
|
18 |
digraph G2 {
|
19 |
node [shape=plaintext];
|
20 |
struct1 [label=<<TABLE>
|
21 |
+
<TR><TD><IMG SRC="1.png"></IMG></TD></TR>
|
22 |
<TR><TD>caption</TD></TR>
|
23 |
</TABLE>>];
|
24 |
}
|