m-ric HF staff commited on
Commit
36d97a8
·
verified ·
1 Parent(s): c6c00a5

Update frontend/src/App.js

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +0 -2
frontend/src/App.js CHANGED
@@ -35,8 +35,6 @@ function App() {
35
  try {
36
  setLoading(true);
37
 
38
- const response = await fetch('/api/results');
39
-
40
  const response = await fetch('https://smolagents-benchmark-smolagents-llm-leaderboard.hf.space/api/results');
41
 
42
  const text = await response.text();
 
35
  try {
36
  setLoading(true);
37
 
 
 
38
  const response = await fetch('https://smolagents-benchmark-smolagents-llm-leaderboard.hf.space/api/results');
39
 
40
  const text = await response.text();