Update frontend/src/App.js
Browse files- frontend/src/App.js +1 -1
frontend/src/App.js
CHANGED
@@ -44,7 +44,7 @@ const App = () => {
|
|
44 |
setLoading(true);
|
45 |
|
46 |
// Fetch all data from API
|
47 |
-
const response = await fetch('https://smolagents-smolagents-
|
48 |
if (!response.ok) {
|
49 |
throw new Error(`HTTP error! status: ${response.status}`);
|
50 |
}
|
|
|
44 |
setLoading(true);
|
45 |
|
46 |
// Fetch all data from API
|
47 |
+
const response = await fetch('https://smolagents-smolagents-leaderboard.hf.space/api/results');
|
48 |
if (!response.ok) {
|
49 |
throw new Error(`HTTP error! status: ${response.status}`);
|
50 |
}
|