diff --git a/index.html b/index.html index 9281e3e..4b46e49 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,7 @@ + @@ -259,20 +260,10 @@

Visualization

-
-
- - -
-
- -
-
- - - -
+
+ Image 1 + Image 2
diff --git a/static/css/2image.css b/static/css/2image.css new file mode 100644 index 0000000..22b0e31 --- /dev/null +++ b/static/css/2image.css @@ -0,0 +1,9 @@ +.image-container { + display: flex; + justify-content: center; + align-items: center; +} + +.image-container img { + margin: 5px; /* 可以调整间距 */ +} \ No newline at end of file