Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
-
|
| 3 |
st.title("Inventory Dashboard")
|
| 4 |
st.write("Welcome to your inventory tracking system!")
|
| 5 |
import pandas as pd
|
|
|
|
| 1 |
+
import os
|
| 2 |
import streamlit as st
|
|
|
|
| 3 |
st.title("Inventory Dashboard")
|
| 4 |
st.write("Welcome to your inventory tracking system!")
|
| 5 |
import pandas as pd
|