victor7246 commited on
Commit
894519b
·
verified ·
1 Parent(s): f5c7c21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -39,7 +39,8 @@ mapping = {'History_All_Skus_Availability': 'SKU Availability', \
39
  'HISTORY_Sku_Shortage': 'SKU Shortage'}
40
  inv_mapping = {val: key for (key,val) in mapping.items()}
41
 
42
- st.title("Welcome to the Analysis GPT, we have the following tables - {}".format(",".join(list(inv_mapping.keys()))))
 
43
 
44
  template = """
45
 
 
39
  'HISTORY_Sku_Shortage': 'SKU Shortage'}
40
  inv_mapping = {val: key for (key,val) in mapping.items()}
41
 
42
+ st.title("Welcome to the Analysis GPT")
43
+ st.markdown("We have the following table information - {}".format(", ".join(list(inv_mapping.keys()))))
44
 
45
  template = """
46