Open
Conversation
Owner
|
Oh gosh - please see issue 3 here: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a Trip Planner at your service!
It consists of two crews.
Source location
Trip start date
Trip end date
Type of trip
Preferred destination weather
Trip preferences
It creates a backend code based on the dashboard requirements mentioned in main.py and also a gradio-based frontend code to finally build up a cool dashboard.
The itinerary includes transportation details from their source location, meal suggestions, as well as a few notes to keep in mind before travelling.
Just an additional note: Please run the app.py after CreateDashboard creates the Gradio frontend code (Better to run the gradio code manually I guess). Feed in the trip details in the browser and submit them for our TripPlanner to start working on the itinerary.
Thanks!