Create and return the Streamlit tabs.
()
| 142 | |
| 143 | |
| 144 | def create_tabs(): |
| 145 | """Create and return the Streamlit tabs.""" |
| 146 | # tabs = st.tabs(["Build a solution", "Modify your existing architecture", "Modify AWS solutions"]) |
| 147 | tabs = st.tabs(["Build a solution", "Modify your existing architecture"]) |
| 148 | return tabs |
| 149 | |
| 150 | |
| 151 | def create_option_tabs(): |