import streamlit as st from app_shared import render_prediction_page def main(): render_prediction_page()