Skip to content

Instantly share code, notes, and snippets.

@srang992
Created April 17, 2022 03:38
Show Gist options
  • Save srang992/0a89d906383c91ef664986023394ddc5 to your computer and use it in GitHub Desktop.
Save srang992/0a89d906383c91ef664986023394ddc5 to your computer and use it in GitHub Desktop.
necessary modules for streamlit app
import pickle
import pandas as pd
import streamlit as st
from streamlit import session_state as session
from src.recommend.recommend import recommend_table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment