Streamlit / components /Predict.py
Miemie123's picture
Rename components/2_Predict.py to components/Predict.py
0269cc8 verified
raw
history blame contribute delete
111 Bytes
import streamlit as st
from app_shared import render_prediction_page
def main():
render_prediction_page()