Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(
|
|
230 |
secondary_hue=gr.themes.colors.blue,
|
231 |
)
|
232 |
) as demo:
|
233 |
-
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 our AI assistant guide you
|
234 |
text = gr.Textbox(
|
235 |
label="Describe your ideal trip:",
|
236 |
value=description_taiwan,
|
|
|
230 |
secondary_hue=gr.themes.colors.blue,
|
231 |
)
|
232 |
) as demo:
|
233 |
+
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 our AI assistant guide you!\n Beware that the model does not really have access to train or plane schedules, it is relying on general world knowledge for its propositions.")
|
234 |
text = gr.Textbox(
|
235 |
label="Describe your ideal trip:",
|
236 |
value=description_taiwan,
|