App precision on important models
Browse files
app.py
CHANGED
|
@@ -61,9 +61,9 @@ def get_description_text():
|
|
| 61 |
]
|
| 62 |
msg = ["**" + x + "**" for x in msg] + [""]
|
| 63 |
if Ci_results.latest_update_msg:
|
| 64 |
-
msg.append(f"*({Ci_results.latest_update_msg})*")
|
| 65 |
else:
|
| 66 |
-
msg.append("*(loading...)*")
|
| 67 |
return "<br>".join(msg)
|
| 68 |
|
| 69 |
# Load CSS from external file
|
|
|
|
| 61 |
]
|
| 62 |
msg = ["**" + x + "**" for x in msg] + [""]
|
| 63 |
if Ci_results.latest_update_msg:
|
| 64 |
+
msg.append(f"*This dashboard only tracks important models*<br>*({Ci_results.latest_update_msg})*")
|
| 65 |
else:
|
| 66 |
+
msg.append("*This dashboard only tracks important models*<br>*(loading...)*")
|
| 67 |
return "<br>".join(msg)
|
| 68 |
|
| 69 |
# Load CSS from external file
|