Spaces:
Sleeping
Sleeping
Update pages/Lifecycle of Machine Learning.py
Browse files
pages/Lifecycle of Machine Learning.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
import streamlit as st
|
|
|
|
|
2 |
|
3 |
|
4 |
def background():
|
|
|
1 |
import streamlit as st
|
2 |
+
from page1 import page1
|
3 |
+
from page2 import page2
|
4 |
|
5 |
|
6 |
def background():
|