Mihkelmj's picture
added file for admin panel
72873f1
raw
history blame
158 Bytes
import streamlit as st
import pandas as pd
import numpy as np
from sklearn.linear_model import LinearRegression
import joblib
# Title
st.title("Admin Panel")