acecalisto3 commited on
Commit
d0d7410
·
verified ·
1 Parent(s): a41f2e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1681,8 +1681,8 @@ if __name__ == "__main__":
1681
  print("\nComponents available:")
1682
  print(manager.get_components())
1683
 
1684
- self.component_index = self._build_component_index()
1685
- self.category_index = self._build_category_index()
1686
 
1687
  def _build_component_index(self) -> Dict[str, List[str]]:
1688
  """Build index of templates by component"""
 
1681
  print("\nComponents available:")
1682
  print(manager.get_components())
1683
 
1684
+ self.component_index = self._build_component_index()
1685
+ self.category_index = self._build_category_index()
1686
 
1687
  def _build_component_index(self) -> Dict[str, List[str]]:
1688
  """Build index of templates by component"""