daniloedu commited on
Commit
c1a3b11
ยท
verified ยท
1 Parent(s): 8d28d3d

Update app.py

Browse files

To use it to show universities

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -224,12 +224,12 @@ with gr.Blocks(
224
  secondary_hue=gr.themes.colors.blue,
225
  )
226
  ) as demo:
227
- 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!")
228
  text = gr.Textbox(
229
- label="Describe your ideal trip:",
230
  value=description_taiwan,
231
  )
232
- button = gr.Button("Generate trip!")
233
 
234
  gr.Markdown("### LLM Output ๐Ÿ‘‡")
235
 
 
224
  secondary_hue=gr.themes.colors.blue,
225
  )
226
  ) as demo:
227
+ gr.Markdown("# ๐ŸŽ“ AI College Finder ๐Ÿ““\nThis tool is based on Mixtral-8x7B, called through the Hugging Face API. Ask it to select the careers or budget to complete your program, and let our AI assistant guide you!")
228
  text = gr.Textbox(
229
+ label="Describe your ideal University or College:",
230
  value=description_taiwan,
231
  )
232
+ button = gr.Button("Look for it!")
233
 
234
  gr.Markdown("### LLM Output ๐Ÿ‘‡")
235