Skip to content

Commit

Permalink
fixed app
Browse files Browse the repository at this point in the history
  • Loading branch information
salivian committed Nov 5, 2019
1 parent 28b24fd commit e4034a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/bin/db_rest_server.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from flask import Flask
app = Flask(__name__)

import pandas as pd
from sqlalchemy import create_engine
engine = create_engine('sqlite:////crime.db')
Expand Down

0 comments on commit e4034a9

Please sign in to comment.