Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
"""A gradio app that renders a static leaderboard. This is used for Hugging Face Space."""
|
| 2 |
import pickle
|
|
|
|
|
|
|
| 3 |
import gradio as gr
|
| 4 |
|
| 5 |
|
|
|
|
| 1 |
"""A gradio app that renders a static leaderboard. This is used for Hugging Face Space."""
|
| 2 |
import pickle
|
| 3 |
+
|
| 4 |
+
import plotly
|
| 5 |
import gradio as gr
|
| 6 |
|
| 7 |
|