Skip to content

Commit 265aa19

Browse files
authored
chore: refine btn text #8
chore: refine btn text
2 parents 9ac9d40 + e9ccec7 commit 265aa19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nebulagraph-gephi-exchange.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def get_gephi_graph(g) -> None:
438438
)
439439

440440
if st.button(
441-
"➡  Execute",
441+
"Execute",
442442
use_container_width=True,
443443
type="secondary",
444444
disabled=not bool(st.session_state.space_name),
@@ -472,7 +472,7 @@ def get_gephi_graph(g) -> None:
472472
get_gephi_graph(g_nx)
473473
with open("nebulagraph_export.gexf", "rb") as f:
474474
st.download_button(
475-
label="⬇ .GEXF File",
475+
label="GEXF File",
476476
use_container_width=True,
477477
data=f.read(),
478478
type="primary",
@@ -535,7 +535,7 @@ def get_gephi_graph(g) -> None:
535535
# download buttons
536536
# two col in one row
537537
col0, col1, col2 = st.columns(
538-
[1, 8, 1],
538+
[2, 8, 2],
539539
gap="small",
540540
)
541541
with col1:

0 commit comments

Comments
 (0)