Rupesh386 commited on
Commit
40fdd01
·
verified ·
1 Parent(s): f6c1fae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 src.train import *
15
- from src.test import *
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