Spaces:
Sleeping
Sleeping
Commit
·
8f7ab25
1
Parent(s):
598c513
Rename files
Browse files- flask_app.py → app.py +0 -0
- views.py +1 -1
flask_app.py → app.py
RENAMED
File without changes
|
views.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
|
2 |
from flask import render_template, request, redirect
|
3 |
-
from
|
4 |
from fileinput import filename
|
5 |
import pandas as pd
|
6 |
from functions import *
|
|
|
1 |
|
2 |
from flask import render_template, request, redirect
|
3 |
+
from app import app
|
4 |
from fileinput import filename
|
5 |
import pandas as pd
|
6 |
from functions import *
|