Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ images_sephora = read_pickle_files("uid_url_map.pkl")
|
|
19 |
corrected_fp_growth_results = read_pickle_files("reliance_digital_fpgrowth_results_demo.pkl")
|
20 |
all_products_with_names = read_pickle_files ("all_products_with_names_demo.pkl")
|
21 |
dictionary_of_transactions = read_pickle_files("reliance_digital_transactions_demo.pkl")
|
|
|
22 |
|
23 |
# Dropdown for selecting the dataset
|
24 |
dataset_choice = st.selectbox(
|
|
|
19 |
corrected_fp_growth_results = read_pickle_files("reliance_digital_fpgrowth_results_demo.pkl")
|
20 |
all_products_with_names = read_pickle_files ("all_products_with_names_demo.pkl")
|
21 |
dictionary_of_transactions = read_pickle_files("reliance_digital_transactions_demo.pkl")
|
22 |
+
item_costs_digital_data = read_pickle_files("avg_item_costs_reliance_digital_wa.pkl")
|
23 |
|
24 |
# Dropdown for selecting the dataset
|
25 |
dataset_choice = st.selectbox(
|