Saif-bio commited on
Commit
355970d
1 Parent(s): 13badab

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def load_data():
11
  # Create Streamlit app
12
  def app():
13
  # Title for the app
14
- st.title("Pizza Sales Data Analysis Dashboard")
15
  df = load_data()
16
 
17
  total_orders = df['order_id'].nunique() #function which can calculate the number of unique values
 
11
  # Create Streamlit app
12
  def app():
13
  # Title for the app
14
+ st.title("Pizza Sales Data Analysis Dashboard by Saif Khan")
15
  df = load_data()
16
 
17
  total_orders = df['order_id'].nunique() #function which can calculate the number of unique values