File size: 214 Bytes
b156f43
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import streamlit as st
import pandas as pd
import numpy as np


st.title('Object Detection(YOLO) Model Training')
st.image('elements/object_banner.png')

st.image('elements/commingsoon.gif',use_column_width=True)