Skip to content

Commit

Permalink
deploy12
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanSahana committed May 17, 2022
1 parent 4b89f23 commit 40fb05d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added pipe_n.pkl
Binary file not shown.
Binary file modified pricepred/__pycache__/views.cpython-37.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion pricepred/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pandas as pd

import pickle
model = pickle.load(open('savedModel\pipe_n.pkl','rb'))
model = pickle.load(open('pipe_n.pkl','rb'))

# Create your views here.
def Predictor(request):
Expand Down
4 changes: 2 additions & 2 deletions static/css/result.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body {
0 0 32px #0fa,
0 0 41px #0fa;

margin-top: 160px;
margin-top: 150px;
text-align: center;
font-family: sans-serif;
font-size: 100px;
Expand All @@ -24,7 +24,7 @@ body {


.h1 {
margin-top: 30px;
margin-top: 80px;
text-align: center;
color: #eee;
font-family: sans-serif;
Expand Down

0 comments on commit 40fb05d

Please sign in to comment.