Spaces:
Sleeping
Sleeping
Update app.py
Browse filesTo use it to show universities
app.py
CHANGED
@@ -224,12 +224,12 @@ with gr.Blocks(
|
|
224 |
secondary_hue=gr.themes.colors.blue,
|
225 |
)
|
226 |
) as demo:
|
227 |
-
gr.Markdown("#
|
228 |
text = gr.Textbox(
|
229 |
-
label="Describe your ideal
|
230 |
value=description_taiwan,
|
231 |
)
|
232 |
-
button = gr.Button("
|
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 |
|