Last active
October 12, 2023 14:57
-
-
Save ritesh/4baf78d46ed63a123a35da6b7083ed4b to your computer and use it in GitHub Desktop.
Test do not use
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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