comparison utils.py @ 6:a32ff7201629 draft default tip

planemo upload for repository https://github.com/goeckslab/gleam commit 06c0da44ac93256dfb616a6b40276b5485a71e8e
author goeckslab
date Wed, 02 Jul 2025 19:00:03 +0000
parents ccd798db5abb
children
comparison
equal deleted inserted replaced
5:c846405830eb 6:a32ff7201629
9 9
10 def get_html_template(): 10 def get_html_template():
11 return """ 11 return """
12 <html> 12 <html>
13 <head> 13 <head>
14 <meta charset="UTF-8">
14 <title>Model Training Report</title> 15 <title>Model Training Report</title>
15 <style> 16 <style>
16 body { 17 body {
17 font-family: Arial, sans-serif; 18 font-family: Arial, sans-serif;
18 margin: 0; 19 margin: 0;