Skip to content

Commit c5a24a2

Browse files
Zach LasiukZach Lasiuk
authored andcommitted
updated RAG .css layout
1 parent 0b39e7c commit c5a24a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/css/demo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@
261261
}
262262
.chatbot-response-text * {
263263
max-width: 98%;
264-
margin-bottom:0;
265-
line-height: 1.2;
264+
margin-bottom: 8px;
265+
line-height: 1.3;
266266
}
267267

268268

content/learning-paths/servers-and-cloud-computing/gh-runners/e2e-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@ Using what you have learned, navigate to the **Train, Test and Deploy** workflow
162162
163163
The diagram below shows the end-to-end workflow, the relationship between the steps, and the time required to run each step:
164164
165-
![#e2e-workflow](/images/e2e-workflow.png)
165+
![#e2e-workflow](images/e2e-workflow.png)
166166
167167
You have run an MLOps workflow using GitHub Actions with Arm-hosted runners for managing all of the steps in your ML application's lifecycle.

0 commit comments

Comments
 (0)