from st_aggrid import GridOptionsBuilder, AgGrid
import streamlit as st 
from src.display import display_app

display_app()