acecalisto3 commited on
Commit
a53a5a9
·
verified ·
1 Parent(s): e220a2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -19,8 +19,7 @@ from selenium.webdriver.support.ui
19
  import WebDriverWait
20
  from selenium.webdriver.support import expected_conditions as EC
21
  from selenium.common.exceptions import (
22
- TimeoutException,  
23
-
24
  NoSuchElementException,
25
  StaleElementReferenceException,
26
  )
@@ -40,7 +39,6 @@ nltk.download('averaged_perceptron_tagger')
40
  nltk.download('maxent_ne_chunker')
41
  nltk.download('words')
42
 
43
-
44
  st.title("CEEMEESEEK with Model Selection")
45
 
46
  # Dictionary to store model loading functions
 
19
  import WebDriverWait
20
  from selenium.webdriver.support import expected_conditions as EC
21
  from selenium.common.exceptions import (
22
+ TimeoutException,
 
23
  NoSuchElementException,
24
  StaleElementReferenceException,
25
  )
 
39
  nltk.download('maxent_ne_chunker')
40
  nltk.download('words')
41
 
 
42
  st.title("CEEMEESEEK with Model Selection")
43
 
44
  # Dictionary to store model loading functions