debayan commited on
Commit
85e4a6b
·
1 Parent(s): 11bad2f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -26,7 +26,7 @@ INTRODUCTION_TEXT = "🏆 The ISM2023w Leaderboard ranks and evaluates models \
26
  \nWe report the Precision, Recall, Accuracy, Weighted [F1 Score](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html)\n"
27
 
28
  #CSV_TEXT = "<p>Please make sure that you upload the CSV in the correct format. Click the link to download a sample CSV!</p> <a href=\"https://huggingface.co/spaces/debayan/ism_2023w/raw/main/example.csv\" download=\"example.csv\">Download CSV</a>"
29
- CSV_TEXT = "<p>Please use this link to upload your csvs and check leaderboards!</p> <a href=\"https://96a0375bee72bd00d0.gradio.live\" >https://96a0375bee72bd00d0.gradio.live</a>"
30
 
31
 
32
 
 
26
  \nWe report the Precision, Recall, Accuracy, Weighted [F1 Score](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html)\n"
27
 
28
  #CSV_TEXT = "<p>Please make sure that you upload the CSV in the correct format. Click the link to download a sample CSV!</p> <a href=\"https://huggingface.co/spaces/debayan/ism_2023w/raw/main/example.csv\" download=\"example.csv\">Download CSV</a>"
29
+ CSV_TEXT = "<p>Please use this link to upload your csvs and check leaderboards!</p> <a href=\"https://a37fcb50ccc3b4a060.gradio.live\" >https://a37fcb50ccc3b4a060.gradio.live</a>"
30
 
31
 
32