Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Intel
/
low_bit_open_llm_leaderboard
like
147
Running
App
Files
Files
Community
5
wenjiao
commited on
Jun 7
Commit
bfce4d1
•
1 Parent(s):
dd31174
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -445,6 +445,7 @@ def generate_spider_chart(df, selected_keys):
445
)),
446
showlegend=True
447
)
448
449
return fig
450
445
)),
446
showlegend=True
447
)
448
+
fig['layout']['uirevision'] = 'removed'
449
450
return fig
451