ppsingh commited on
Commit
bc6e99b
·
verified ·
1 Parent(s): cf68d87

Update modules/navbar.py

Browse files
Files changed (1) hide show
  1. modules/navbar.py +1 -1
modules/navbar.py CHANGED
@@ -39,7 +39,7 @@ def show_navbar():
39
  package_list_ = ""
40
  for package in installed_packages:
41
  package_list_ = package_list_ + f"{package.key}=={package.version}\n"
42
- st.download_button('Download Requirements', list_, file_name='Synergy_requirements.txt')
43
 
44
  with tab2:
45
  app_matching_page.show_all_projects_page()
 
39
  package_list_ = ""
40
  for package in installed_packages:
41
  package_list_ = package_list_ + f"{package.key}=={package.version}\n"
42
+ st.download_button('Download Requirements', package_list_, file_name='Synergy_requirements.txt')
43
 
44
  with tab2:
45
  app_matching_page.show_all_projects_page()