smartinezbragado commited on
Commit
1a44fe8
1 Parent(s): 304ce0b

Update views.py

Browse files
Files changed (1) hide show
  1. views.py +2 -2
views.py CHANGED
@@ -54,8 +54,8 @@ def home():
54
  return render_template('success.html',
55
  topics = [build_table(topics_df, 'blue_light')],
56
  titles=topics_df.columns.values,
57
- docs = [docs_df.to_html(classes='data')],
58
- docs_title=docs_df.columns.values
59
  )
60
 
61
  return render_template('index.html')
 
54
  return render_template('success.html',
55
  topics = [build_table(topics_df, 'blue_light')],
56
  titles=topics_df.columns.values,
57
+ docs = [build_table(docs_df, 'blue_light')],
58
+ docs_titles=docs_df.columns.values
59
  )
60
 
61
  return render_template('index.html')