Skip to content

Commit dc6f46d

Browse files
committed
chore: fixed warning msg
1 parent b999b4c commit dc6f46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nebulagraph-gephi-exchange.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ def get_gephi_graph(g) -> None:
452452
st.warning(
453453
"Hint: Ensure to download the `.gexf` file from a browser. "
454454
"If you're using the `Docker Extension` embed window, "
455-
"just click go to [http://127.0.0.1:17005](http://127.0.0.1:17005)"
456-
" instead 😄.",
455+
"just click [http://127.0.0.1:17005](http://127.0.0.1:17005)"
456+
" and visit from browser instead 😄.",
457457
icon="💡",
458458

459459
)

0 commit comments

Comments
 (0)