akshatsanghvi commited on
Commit
47a10e5
·
1 Parent(s): 61d4f73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,7 +14,6 @@ def process(theme_list, subtitles_path, save_path):
14
  themes = [theme.lower().strip() for theme in theme_list]
15
  clf = ThemeClassifier(themes)
16
 
17
-
18
  output_df = clf.get_themes(subtitles_path,save_path)
19
  output_df = output_df[themes]
20
 
 
14
  themes = [theme.lower().strip() for theme in theme_list]
15
  clf = ThemeClassifier(themes)
16
 
 
17
  output_df = clf.get_themes(subtitles_path,save_path)
18
  output_df = output_df[themes]
19