Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Rename HF Agent → ML Agent
Browse filesCo-authored-by: Cursor <cursoragent@cursor.com>
frontend/src/components/Layout/AppLayout.tsx
CHANGED
|
@@ -297,7 +297,7 @@ export default function AppLayout() {
|
|
| 297 |
fontSize: { xs: '0.88rem', md: '0.95rem' },
|
| 298 |
}}
|
| 299 |
>
|
| 300 |
-
|
| 301 |
</Typography>
|
| 302 |
</Box>
|
| 303 |
|
|
|
|
| 297 |
fontSize: { xs: '0.88rem', md: '0.95rem' },
|
| 298 |
}}
|
| 299 |
>
|
| 300 |
+
ML Agent
|
| 301 |
</Typography>
|
| 302 |
</Box>
|
| 303 |
|
frontend/src/components/WelcomeScreen/WelcomeScreen.tsx
CHANGED
|
@@ -91,7 +91,7 @@ export default function WelcomeScreen() {
|
|
| 91 |
fontSize: { xs: '2rem', md: '2.8rem' },
|
| 92 |
}}
|
| 93 |
>
|
| 94 |
-
|
| 95 |
</Typography>
|
| 96 |
|
| 97 |
{/* Description */}
|
|
|
|
| 91 |
fontSize: { xs: '2rem', md: '2.8rem' },
|
| 92 |
}}
|
| 93 |
>
|
| 94 |
+
ML Agent
|
| 95 |
</Typography>
|
| 96 |
|
| 97 |
{/* Description */}
|