hsaest commited on
Commit
c91b039
1 Parent(s): 6a1fa89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ sys.path.append(os.path.abspath(os.path.join(os.getcwd(), "./leaderboard")))
5
  os.chdir(os.path.dirname(os.path.abspath(__file__)))
6
  os.environ['CURL_CA_BUNDLE'] = ''
7
  import json
8
- import datetime
9
  from email.utils import parseaddr
10
 
11
  import gradio as gr
 
5
  os.chdir(os.path.dirname(os.path.abspath(__file__)))
6
  os.environ['CURL_CA_BUNDLE'] = ''
7
  import json
8
+ from datetime import datetime
9
  from email.utils import parseaddr
10
 
11
  import gradio as gr