d142111015 commited on
Commit
c4772f0
1 Parent(s): fbf3c1f

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+ from predict_page import show_predict_page
3
+
4
+ show_predict_page()