Skip to content

Commit

Permalink
source codes added for fourth video
Browse files Browse the repository at this point in the history
  • Loading branch information
selmanbaskaya committed Apr 10, 2021
1 parent 5f2b7c3 commit f94a1ae
Show file tree
Hide file tree
Showing 9 changed files with 807 additions and 1,249 deletions.
1,187 changes: 0 additions & 1,187 deletions ML-Project/.ipynb_checkpoints/model-checkpoint.ipynb

This file was deleted.

11 changes: 11 additions & 0 deletions app.py
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
Loading

0 comments on commit f94a1ae

Please sign in to comment.