harishB97 commited on
Commit
9136930
·
verified ·
1 Parent(s): e91bf3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,8 +134,8 @@ def plot_tree_using_igraph():
134
  margin=dict(b=0, l=0, r=0, t=50),
135
  xaxis=dict(showgrid=False, zeroline=False, showticklabels=False),
136
  yaxis=dict(showgrid=False, zeroline=False, showticklabels=False),
137
- height=600,
138
- width=600,
139
  annotations=[dict(
140
  showarrow=False,
141
  xref="paper", yref="paper",
 
134
  margin=dict(b=0, l=0, r=0, t=50),
135
  xaxis=dict(showgrid=False, zeroline=False, showticklabels=False),
136
  yaxis=dict(showgrid=False, zeroline=False, showticklabels=False),
137
+ # height=600,
138
+ # width=600,
139
  annotations=[dict(
140
  showarrow=False,
141
  xref="paper", yref="paper",