m-ric HF staff commited on
Commit
f03040d
1 Parent(s): 7498018

Update app.py

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