Spaces:
Sleeping
Sleeping
Commit
Β·
15c4da2
1
Parent(s):
e9cd8a6
minor fix in desc
Browse files
src/ui.py
CHANGED
@@ -103,7 +103,7 @@ def create_ui():
|
|
103 |
" ```bash\n"
|
104 |
" python user_eval.py --submission_file path/to/my/submission.jsonl --modelling_framework CPMpy --dataset_version v2\n"
|
105 |
" ```\n"
|
106 |
-
" This will evaluate your submission locally and print the results to the console
|
107 |
"4. **Modelling Frameworks**: Currently, the supported modelling frameworks are MiniZinc, CPMpy and OR-Tools. More frameworks can be added (feel free to submit pull requests)."
|
108 |
"\n\n"
|
109 |
"### If you have any questions or issues, feel free to reach out to us, or start a [discussion](https://huggingface.co/spaces/kostis-init/CP-Bench-Leaderboard/discussions).\n"
|
|
|
103 |
" ```bash\n"
|
104 |
" python user_eval.py --submission_file path/to/my/submission.jsonl --modelling_framework CPMpy --dataset_version v2\n"
|
105 |
" ```\n"
|
106 |
+
" This will evaluate your submission locally and print the results to the console.\n"
|
107 |
"4. **Modelling Frameworks**: Currently, the supported modelling frameworks are MiniZinc, CPMpy and OR-Tools. More frameworks can be added (feel free to submit pull requests)."
|
108 |
"\n\n"
|
109 |
"### If you have any questions or issues, feel free to reach out to us, or start a [discussion](https://huggingface.co/spaces/kostis-init/CP-Bench-Leaderboard/discussions).\n"
|