user interface based olympic country wise performance data visualizer, using panel and plotly libraries in python
used olympic country-wise athlete dataset from kaggle, filtered it out to include 3 countries - India, China, United States for simplicity (available as olympics_dataset1.csv), used plotly to make the visual interactive graphs and panel to have it integrated with user interface.