File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ def get_gephi_graph(g) -> None:
438
438
)
439
439
440
440
if st .button (
441
- "➡ Execute" ,
441
+ "Execute" ,
442
442
use_container_width = True ,
443
443
type = "secondary" ,
444
444
disabled = not bool (st .session_state .space_name ),
@@ -472,7 +472,7 @@ def get_gephi_graph(g) -> None:
472
472
get_gephi_graph (g_nx )
473
473
with open ("nebulagraph_export.gexf" , "rb" ) as f :
474
474
st .download_button (
475
- label = "⬇ . GEXF File" ,
475
+ label = "GEXF File" ,
476
476
use_container_width = True ,
477
477
data = f .read (),
478
478
type = "primary" ,
@@ -535,7 +535,7 @@ def get_gephi_graph(g) -> None:
535
535
# download buttons
536
536
# two col in one row
537
537
col0 , col1 , col2 = st .columns (
538
- [1 , 8 , 1 ],
538
+ [2 , 8 , 2 ],
539
539
gap = "small" ,
540
540
)
541
541
with col1 :
You can’t perform that action at this time.
0 commit comments