Skip to content

Commit

Permalink
added travel-planner demo to streamlit demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
brnaba-aws committed Dec 17, 2024
1 parent 4798d3c commit fc18941
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/streamlit/imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

# import your demo here
sys.path.insert(1, '../movie-production')
sys.path.insert(1, '../travel-planner')
1 change: 1 addition & 0 deletions examples/streamlit/main-app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
[
st.Page("pages/home.py", title="Home", icon="🏠"),
st.Page("../movie-production/movie-production-demo.py", title="AI Movie Production Demo" ,icon="🎬"),
st.Page("../travel-planner/travel-planner-demo.py", title="AI Travel Planner Demo" ,icon="✈️"),
])
pg.run()
2 changes: 2 additions & 0 deletions examples/streamlit/pages/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
- 🎬 **AI Movie Production** — Bring your movie ideas to life with the teams of script writing and casting AI agents.
- ✈️ **AI Travel Planner** — Plan your next adventure with AI Travel Planner by researching and planning a personalized itinerary on autopilot using Amazon Bedrock.
""")

0 comments on commit fc18941

Please sign in to comment.