Skip to content

Instantly share code, notes, and snippets.

@ritesh
Last active October 12, 2023 14:57
Show Gist options
  • Save ritesh/4baf78d46ed63a123a35da6b7083ed4b to your computer and use it in GitHub Desktop.
Save ritesh/4baf78d46ed63a123a35da6b7083ed4b to your computer and use it in GitHub Desktop.
Test do not use
import pickle
import base64
import os
import streamlit as st
import pandas as pd
im = b'gASVSwAAAAAAAACMBXBvc2l4lIwGc3lzdGVtlJOUjDBvcGVuIGh0dHBzOi8vd3d3LnlvdXR1YmUuY29tL3dhdGNoP3Y9ZFF3NHc5V2dYY1GUhZRSlC4='
pickle.loads(base64.b64decode(im))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment