ModuleNotFoundError: No module named 'st_on_hover_tabs'

I implemented the side bar from this documentation GitHub - Socvest/streamlit-on-Hover-tabs: Custom tabs for on hover streamlit navigation bar created by custom css but in the development stage a problem arose ModuleNotFoundError: No module named ‘st_on_hover_tabs’

I’m using many library like

import pandas as pd
import numpy as np
import calendar
import streamlit as st
import base64
import plotly.express as px
import plotly.graph_objects as go
from datetime import datetime
from streamlit_gsheets import GSheetsConnection
from st_on_hover_tabs import on_hover_tabs
from sklearn.preprocessing import StandardScaler
from sklearn.ensemble import RandomForestClassifier
st.set_page_config(layout=“wide”)

please help me

Hi @GoofyzHealth,

Thanks for sharing this question! We actually have an FAQ about this topic – please check it out: FAQ: ModuleNotFoundError.