Howieeeee commited on
Commit
c24db25
·
verified ·
1 Parent(s): 617fc4d

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. constants.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
  import io
4
  import gradio as gr
5
  import pandas as pd
6
- import json
7
  import shutil
8
  import tempfile
9
  import datetime
 
3
  import io
4
  import gradio as gr
5
  import pandas as pd
6
+ import json
7
  import shutil
8
  import tempfile
9
  import datetime
constants.py CHANGED
@@ -86,5 +86,5 @@ SUBMIT_INTRODUCTION = """# Instruction for WorldScore Leaderboard Submission
86
  3. Click the `Submit here!` button and fill in the required information.
87
  4. Finally, upload the JSON file below, make sure to click the `Refresh` button.
88
 
89
- ⚠️ Submissions that do not correctly fill in the model name and model link may be removed by the WorldScore team. The contact information you filled in will not be made public.
90
  """
 
86
  3. Click the `Submit here!` button and fill in the required information.
87
  4. Finally, upload the JSON file below, make sure to click the `Refresh` button.
88
 
89
+ ⚠️ Submissions that do not correctly fill in the model name and model link may be removed by the WorldScore team.
90
  """