MCPcopy Create free account
hub / github.com/aws-samples/sample-devgenius-aws-solution-builder / create_tabs

Function create_tabs

chatbot/layout.py:144–148  ·  view source on GitHub ↗

Create and return the Streamlit tabs.

()

Source from the content-addressed store, hash-verified

142
143
144def 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
151def create_option_tabs():

Callers 1

agent.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected