sohnikaavisakula commited on
Commit
82a5825
·
verified ·
1 Parent(s): f039e94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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.run()
 
 
332
  "nbformat_minor": 2
333
  }
334
  if __name__ == "__main__":
335
+ import streamlit as st
336
+ st.write("Streamlit app is running!")