awacke1 commited on
Commit
169a30b
·
1 Parent(s): 8c743bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="https://xr.azurewebsites.net/1.png"/></TD></TR>
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
  }