Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 471 Bytes

Welcome to the Employee App

This app is created using streamlit and it is deployed on streamlit share.

Click the link to access the app: Employee App

To run it locally, you need to have anaconda on your system.

Steps to run the app locally:
  1. Open anaconda prompt.
  2. Navigate to your app folder (cd path of your app folder)
  3. To run the app type streamlit run app.py