DontPlanToEnd commited on
Commit
82d0290
·
verified ·
1 Parent(s): cefd3b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1197,7 +1197,7 @@ app.layout = html.Div([
1197
  html.P([html.Strong("NatInt 💡"), ": Natural Intelligence"], style={'marginTop': '20px', 'fontSize': '1.2em'}),
1198
  html.P("Measures a model's general knowledge and reasoning capabilities across a range of standard and specialized domains."),
1199
  html.Details([
1200
- html.Summary("Intelligence Metrics", style={'fontWeight': 'normal', 'fontSize': '1em', 'marginLeft': '20px', 'cursor': 'pointer'}),
1201
  html.Ul([
1202
  html.Li([html.Strong("Textbook:"), " Measures knowledge of standard, factual information like history, statistics, math, and logic."]),
1203
  html.Li([html.Strong("Pop Culture:"), " Knowledge of specific details from things like video games, movies, music, and internet culture."]),
 
1197
  html.P([html.Strong("NatInt 💡"), ": Natural Intelligence"], style={'marginTop': '20px', 'fontSize': '1.2em'}),
1198
  html.P("Measures a model's general knowledge and reasoning capabilities across a range of standard and specialized domains."),
1199
  html.Details([
1200
+ html.Summary("NatInt is the combination of:", style={'fontWeight': 'normal', 'fontSize': '1em', 'marginLeft': '20px', 'cursor': 'pointer'}),
1201
  html.Ul([
1202
  html.Li([html.Strong("Textbook:"), " Measures knowledge of standard, factual information like history, statistics, math, and logic."]),
1203
  html.Li([html.Strong("Pop Culture:"), " Knowledge of specific details from things like video games, movies, music, and internet culture."]),