Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -332,4 +332,5 @@ st.write("Welcome to your inventory tracking system!")
|
|
| 332 |
"nbformat_minor": 2
|
| 333 |
}
|
| 334 |
if __name__ == "__main__":
|
| 335 |
-
st
|
|
|
|
|
|
| 332 |
"nbformat_minor": 2
|
| 333 |
}
|
| 334 |
if __name__ == "__main__":
|
| 335 |
+
import streamlit as st
|
| 336 |
+
st.write("Streamlit app is running!")
|