Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -287,7 +287,7 @@ def generate_network_graph(df, raw_text, entity_color_map):
|
|
| 287 |
xaxis=dict(showgrid=False, zeroline=False, showticklabels=False, range=[-15, 15]),
|
| 288 |
yaxis=dict(showgrid=False, zeroline=False, showticklabels=False, range=[-15, 15]),
|
| 289 |
plot_bgcolor='#f9f9f9', paper_bgcolor='#f9f9f9',
|
| 290 |
-
margin=dict(t=50, b=10, l=10, r=10), height=600
|
| 291 |
|
| 292 |
annotations=[
|
| 293 |
dict(
|
|
|
|
| 287 |
xaxis=dict(showgrid=False, zeroline=False, showticklabels=False, range=[-15, 15]),
|
| 288 |
yaxis=dict(showgrid=False, zeroline=False, showticklabels=False, range=[-15, 15]),
|
| 289 |
plot_bgcolor='#f9f9f9', paper_bgcolor='#f9f9f9',
|
| 290 |
+
margin=dict(t=50, b=10, l=10, r=10), height=600,
|
| 291 |
|
| 292 |
annotations=[
|
| 293 |
dict(
|