Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
|
| 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 |
|