Spaces:
Sleeping
Sleeping
Commit
·
df8daa4
1
Parent(s):
5f04ffa
Changed name
Browse files
app.py
CHANGED
|
@@ -144,7 +144,8 @@ def build_ui():
|
|
| 144 |
primary_hue=gr.themes.colors.blue,
|
| 145 |
secondary_hue=gr.themes.colors.blue), css=custom_css
|
| 146 |
) as demo:
|
| 147 |
-
gr.Markdown("<center><h1>
|
|
|
|
| 148 |
|
| 149 |
gr.Image(value="./data/skitourai.jpeg", height=300, width=300)
|
| 150 |
with gr.Accordion("About the App❓", open=False):
|
|
|
|
| 144 |
primary_hue=gr.themes.colors.blue,
|
| 145 |
secondary_hue=gr.themes.colors.blue), css=custom_css
|
| 146 |
) as demo:
|
| 147 |
+
gr.Markdown("<center><h1>Alpine Agent</h1></center>", )
|
| 148 |
+
gr.Markdown("<center>Plan your next ski touring trip with AI agents!</center>", )
|
| 149 |
|
| 150 |
gr.Image(value="./data/skitourai.jpeg", height=300, width=300)
|
| 151 |
with gr.Accordion("About the App❓", open=False):
|