Update my_pages/developer_decisions.py
Browse files
my_pages/developer_decisions.py
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
def render():
|
| 4 |
-
st.set_page_config(layout="wide")
|
| 5 |
-
|
| 6 |
# Define pipeline stages
|
| 7 |
stages = [
|
| 8 |
{"label": "Data Collection", "icon": "📥", "questions": [
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
def render():
|
|
|
|
|
|
|
| 4 |
# Define pipeline stages
|
| 5 |
stages = [
|
| 6 |
{"label": "Data Collection", "icon": "📥", "questions": [
|