lmzheng commited on
Commit
183859e
1 Parent(s): 8bedda3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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