Mustafa Al Hamad commited on
Commit
83a4df6
·
1 Parent(s): 49fb311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ from sklearn.svm import SVC
27
  from sklearn.metrics import confusion_matrix
28
  from sklearn.feature_selection import SequentialFeatureSelector
29
  from sklearn.model_selection import GridSearchCV, StratifiedKFold
30
-
31
  from docx.enum.dml import MSO_THEME_COLOR_INDEX
32
  def add_hyperlink(paragraph, text, url):
33
  # This gets access to the document.xml.rels file and gets a new relation id value
 
27
  from sklearn.metrics import confusion_matrix
28
  from sklearn.feature_selection import SequentialFeatureSelector
29
  from sklearn.model_selection import GridSearchCV, StratifiedKFold
30
+ import docx
31
  from docx.enum.dml import MSO_THEME_COLOR_INDEX
32
  def add_hyperlink(paragraph, text, url):
33
  # This gets access to the document.xml.rels file and gets a new relation id value