Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import altair as alt
|
|
| 6 |
|
| 7 |
from predictor.batch_handler import get_predictions, get_single_prediction
|
| 8 |
from predictor.utils import reorder_columns, get_csv_download
|
| 9 |
-
from predictor.chart_plotter import
|
| 10 |
from predictor.error_summary_table import show_error_summary
|
| 11 |
st.set_page_config(page_title="SuperKart Sales Predictor", layout="wide")
|
| 12 |
st.title("🛒 SuperKart Sales Predictor")
|
|
|
|
| 6 |
|
| 7 |
from predictor.batch_handler import get_predictions, get_single_prediction
|
| 8 |
from predictor.utils import reorder_columns, get_csv_download
|
| 9 |
+
from predictor.chart_plotter import plot_actual_vs_predicted
|
| 10 |
from predictor.error_summary_table import show_error_summary
|
| 11 |
st.set_page_config(page_title="SuperKart Sales Predictor", layout="wide")
|
| 12 |
st.title("🛒 SuperKart Sales Predictor")
|