Update frontend/src/App.js
Browse files- 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();
|