Spaces:
Running
Running
Styling changes
Browse files
README.md
CHANGED
@@ -9,8 +9,8 @@ pinned: false
|
|
9 |
|
10 |
<style>
|
11 |
img.rotating-content {
|
12 |
-
width:
|
13 |
-
height:
|
14 |
object-fit:cover;
|
15 |
object-position:center;
|
16 |
}
|
@@ -28,6 +28,9 @@ pinned: false
|
|
28 |
padding-left: .5em;
|
29 |
display: flex;
|
30 |
}
|
|
|
|
|
|
|
31 |
</style>
|
32 |
<img src="images/logo.png" alt="AWS Banner"/>
|
33 |
|
@@ -128,7 +131,7 @@ Let's innovate together! 🎉🚀
|
|
128 |
</div>
|
129 |
<div class="col-span-1 p2">
|
130 |
<a href="https://aws.amazon.com/blogs/machine-learning/build-a-multi-agent-system-with-langgraph-and-mistral-on-aws/?trk=95afde2c-5d6f-43ad-856b-77dca9831cd9&sc_channel=el/">
|
131 |
-
<img class="rotating-content" src="images/thumbnails/Blog 3.png" alt="Build a Multi-Agent System"/>
|
132 |
<p>Build a Multi-Agent System with LangGraph and Mistral on AWS</p>
|
133 |
</a>
|
134 |
</div>
|
|
|
9 |
|
10 |
<style>
|
11 |
img.rotating-content {
|
12 |
+
width: 25em;
|
13 |
+
height: 12em;
|
14 |
object-fit:cover;
|
15 |
object-position:center;
|
16 |
}
|
|
|
28 |
padding-left: .5em;
|
29 |
display: flex;
|
30 |
}
|
31 |
+
.architectureImage {
|
32 |
+
border: 0.5px solid black;
|
33 |
+
}
|
34 |
</style>
|
35 |
<img src="images/logo.png" alt="AWS Banner"/>
|
36 |
|
|
|
131 |
</div>
|
132 |
<div class="col-span-1 p2">
|
133 |
<a href="https://aws.amazon.com/blogs/machine-learning/build-a-multi-agent-system-with-langgraph-and-mistral-on-aws/?trk=95afde2c-5d6f-43ad-856b-77dca9831cd9&sc_channel=el/">
|
134 |
+
<img class="rotating-content architectureImage" src="images/thumbnails/Blog 3.png" alt="Build a Multi-Agent System"/>
|
135 |
<p>Build a Multi-Agent System with LangGraph and Mistral on AWS</p>
|
136 |
</a>
|
137 |
</div>
|