m-ric HF Staff commited on
Commit
8ed3678
·
verified ·
1 Parent(s): 491cede

Update frontend/src/App.js

Browse files
Files changed (1) hide show
  1. 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-llm-leaderboard.hf.space/api/results');
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
  }