KOM_LLM / 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()