m-ric HF staff commited on
Commit
a4d6be0
1 Parent(s): 3598204

Update description

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ __pycache__
app.py CHANGED
@@ -231,7 +231,7 @@ with gr.Blocks(
231
  secondary_hue=gr.themes.colors.blue,
232
  )
233
  ) as demo:
234
- 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.")
235
  text = gr.Textbox(
236
  label="Describe your ideal trip:",
237
  value=description_taiwan,
 
231
  secondary_hue=gr.themes.colors.blue,
232
  )
233
  ) as demo:
234
+ 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, the model does not really have access to train or plane schedules, it is relying on general world knowledge for its propositions.")
235
  text = gr.Textbox(
236
  label="Describe your ideal trip:",
237
  value=description_taiwan,