m-ric HF staff commited on
Commit
918c9d8
·
verified ·
1 Parent(s): cd6e4d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,