f55402e
1
2
3
4
5
6
import streamlit as st from app_shared import render_prediction_page def main(): render_prediction_page()