```bash
pip install networkx
pip install pennylane
pip install pandas
pip install numpy
```
-
First, make sure to install Streamlit by running the following command in your terminal:
pip install streamlit
-
Then, in the terminal, run the command:
streamlit run app.py
Note: The rows limit is currently set to the top 20 rows only for precautionary purposes. You can change it as per your needs from graph_builder.py
.
Important: Input files must be in CSV format with UTF-8 encoding.