[Fix] Export IUCLID Properties, Show Model Params and Statistics, Adjust Batch Prediction Settings (#434)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#434
This commit is contained in:
2026-07-30 08:30:18 +12:00
parent 7639b23e4e
commit 703f377b7f
11 changed files with 172 additions and 27 deletions

View File

@ -535,7 +535,7 @@
<input type="checkbox" />
<div class="collapse-title text-xl font-medium">Setting</div>
<div class="collapse-content">
{% with setting_to_render=pathway.setting can_be_default=False %}
{% with setting_to_render=pathway.setting_with_overrides can_be_default=False %}
{% include "objects/setting_template.html" %}
{% endwith %}
</div>