Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def run_trip_planner(destination, arrival_date, departure_date):
|
|
18 |
return str(result)
|
19 |
|
20 |
with gr.Blocks() as demo:
|
21 |
-
gr.Markdown("# CrewAI Trip Planner\
|
22 |
gr.Markdown("## Please checkout below video to know about this application"),
|
23 |
gr.HTML(
|
24 |
"""<iframe width="560" height="315"
|
|
|
18 |
return str(result)
|
19 |
|
20 |
with gr.Blocks() as demo:
|
21 |
+
gr.Markdown("# CrewAI Trip Planner\nModel: sambanova/Meta-Llama-3.2-1B-Instruct"),
|
22 |
gr.Markdown("## Please checkout below video to know about this application"),
|
23 |
gr.HTML(
|
24 |
"""<iframe width="560" height="315"
|