File size: 86 Bytes
c4772f0
 
 
 
1
2
3
4
import streamlit as st
from predict_page import show_predict_page

show_predict_page()