Skip to content

Commit 1679980

Browse files
committed
spacing
1 parent 3ebf37c commit 1679980

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3410,10 +3410,12 @@ def create_sychronization_link(sychronization_session_id, synchronization_leader
34103410

34113411

34123412
@app.callback(Output('network-link-button', 'children'),
3413-
[Input('usi', 'value'),
3414-
Input('usi2', 'value'),
3413+
[
3414+
Input('usi', 'value'),
3415+
Input('usi2', 'value'),
34153416
])
34163417
def create_networking_link(usi, usi2):
3418+
34173419
full_url = "https://gnps.ucsd.edu/ProteoSAFe/index.jsp?params="
34183420

34193421
g1_list = []

0 commit comments

Comments
 (0)