Pushpak21 commited on
Commit
90e759f
·
verified ·
1 Parent(s): d893363

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 plot_actual_vs_predicted_scatter
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")