Jan Mühlnikel commited on
Commit
a7d6405
·
1 Parent(s): af5e311

enhanced documentation

Browse files
Files changed (1) hide show
  1. modules/navbar.py +2 -2
modules/navbar.py CHANGED
@@ -33,7 +33,7 @@ def show_navbar():
33
  ])
34
 
35
  with tab1:
36
- similarity_page.show_multi_matching_page()
37
 
38
  with tab2:
39
- similarity_page.show_single_matching_page()
 
33
  ])
34
 
35
  with tab1:
36
+ app_matching_page.show_multi_matching_page()
37
 
38
  with tab2:
39
+ app_matching_page.show_single_matching_page()