Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ Organization : L.J University
|
|
11 |
import http
|
12 |
import streamlit as st
|
13 |
from PIL import Image
|
14 |
-
from
|
15 |
-
from
|
16 |
|
17 |
|
18 |
# Centering the title using HTML and CSS
|
|
|
11 |
import http
|
12 |
import streamlit as st
|
13 |
from PIL import Image
|
14 |
+
from train import *
|
15 |
+
from test import *
|
16 |
|
17 |
|
18 |
# Centering the title using HTML and CSS
|