MeskheNET / app.py
d142111015's picture
Create app.py
c4772f0
raw
history blame
No virus
86 Bytes
import streamlit as st
from predict_page import show_predict_page
show_predict_page()