Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -215,9 +215,9 @@ with gr.Blocks(
|
|
| 215 |
secondary_hue=gr.themes.colors.blue,
|
| 216 |
)
|
| 217 |
) as demo:
|
| 218 |
-
gr.Markdown("# 🗺️
|
| 219 |
text = gr.Textbox(
|
| 220 |
-
label="Describe your trip
|
| 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()
|