m-ric HF staff commited on
Commit
54e5650
1 Parent(s): 8274d84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -215,9 +215,9 @@ with gr.Blocks(
215
  secondary_hue=gr.themes.colors.blue,
216
  )
217
  ) as demo:
218
- gr.Markdown("# 🗺️ LLM trip planner (based on Mixtral)")
219
  text = gr.Textbox(
220
- label="Describe your trip here:",
221
  value=description_sf,
222
  )
223
  button = gr.Button()
 
215
  secondary_hue=gr.themes.colors.blue,
216
  )
217
  ) as demo:
218
+ gr.Markdown("# 🗺️ AI trip planner\nThis trip planner is based on Mixtral-8x7B, called through the Hugging Face API.")
219
  text = gr.Textbox(
220
+ label="Describe your ideal trip:",
221
  value=description_sf,
222
  )
223
  button = gr.Button()