m-ric HF Staff commited on
Commit
0e0b281
·
verified ·
1 Parent(s): d78a80f

Update frontend/src/App.js

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +1 -1
frontend/src/App.js CHANGED
@@ -175,7 +175,7 @@ const App = () => {
175
  </div>
176
 
177
  <div className="legend">
178
- <p><strong>Agent type:</strong> {showToolCalling ? 'Tool-Calling' : 'Code'}{showVanilla ? ' (with Vanilla comparison)' : ''}</p>
179
  </div>
180
  </div>
181
  );
 
175
  </div>
176
 
177
  <div className="legend">
178
+ <p><strong>Hugging Face</strong> smolagents 2025</p>
179
  </div>
180
  </div>
181
  );