Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ with gr.Blocks(
|
|
215 |
secondary_hue=gr.themes.colors.blue,
|
216 |
)
|
217 |
) as demo:
|
218 |
-
gr.Markdown("# 🗺️ AI Travel Planner
|
219 |
text = gr.Textbox(
|
220 |
label="Describe your ideal trip:",
|
221 |
value=description_sf,
|
|
|
215 |
secondary_hue=gr.themes.colors.blue,
|
216 |
)
|
217 |
) as demo:
|
218 |
+
gr.Markdown("# 🗺️ AI Travel Planner 🏕️\nThis personal travel planner is based on Mixtral-8x7B, called through the Hugging Face API. Describe your ideal trip below, and let it guide you!")
|
219 |
text = gr.Textbox(
|
220 |
label="Describe your ideal trip:",
|
221 |
value=description_sf,
|