Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
|
@@ -9,7 +9,7 @@ EVAL_REQUESTS_PATH = Path("eval_requests")
|
|
| 9 |
##########################
|
| 10 |
|
| 11 |
banner_url = "https://raw.githubusercontent.com/navidved/darkcoffee/refs/heads/main/banner.jpg"
|
| 12 |
-
chart_url = "https://raw.githubusercontent.com/navidved/darkcoffee/refs/heads/main/Persian%20ASR%
|
| 13 |
BANNER = f'<div style="display: flex; justify-content: space-around;"><img src="{banner_url}" alt="Banner" style="width: 40vw; min-width: 300px; max-width: 600px;"> </div>'
|
| 14 |
CHART = f'<div style="display: flex; justify-content: space-around;"><img src="{chart_url}" alt="Chart" style="min-width: 700px; max-width: 1100px;"> </div>'
|
| 15 |
|
|
|
|
| 9 |
##########################
|
| 10 |
|
| 11 |
banner_url = "https://raw.githubusercontent.com/navidved/darkcoffee/refs/heads/main/banner.jpg"
|
| 12 |
+
chart_url = "https://raw.githubusercontent.com/navidved/darkcoffee/refs/heads/main/Persian%20ASR%20Models.jpg"
|
| 13 |
BANNER = f'<div style="display: flex; justify-content: space-around;"><img src="{banner_url}" alt="Banner" style="width: 40vw; min-width: 300px; max-width: 600px;"> </div>'
|
| 14 |
CHART = f'<div style="display: flex; justify-content: space-around;"><img src="{chart_url}" alt="Chart" style="min-width: 700px; max-width: 1100px;"> </div>'
|
| 15 |
|