Santhu976 commited on
Commit
5b1c921
·
verified ·
1 Parent(s): b19f668

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
 
2
  # Set the title of the Streamlit app
3
  st.title("SuperKart Product Sales Prediction")
 
1
+ import streamlit as st
2
+ import pandas as pd
3
+ import requests
4
 
5
  # Set the title of the Streamlit app
6
  st.title("SuperKart Product Sales Prediction")