-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f2b7c3
commit f94a1ae
Showing
9 changed files
with
807 additions
and
1,249 deletions.
There are no files selected for viewing
1,187 changes: 0 additions & 1,187 deletions
1,187
ML-Project/.ipynb_checkpoints/model-checkpoint.ipynb
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
from flask import Flask, render_template | ||
|
||
app = Flask(__name__) | ||
|
||
@app.route('/') | ||
def index(): | ||
return render_template('index.html') | ||
|
||
|
||
if __name__ == 'main': | ||
app.run(debug=True) |
File renamed without changes.
File renamed without changes
File renamed without changes
Oops, something went wrong.