Update my_pages/developer_decisions.py
Browse files
my_pages/developer_decisions.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# pipeline_app.py
|
| 2 |
import streamlit as st
|
| 3 |
-
from utils import
|
| 4 |
from utils import pipeline_data
|
| 5 |
|
| 6 |
def render():
|
|
|
|
| 1 |
# pipeline_app.py
|
| 2 |
import streamlit as st
|
| 3 |
+
from utils import add_navigation
|
| 4 |
from utils import pipeline_data
|
| 5 |
|
| 6 |
def render():
|