Skip to content

Commit d832a6c

Browse files
author
Montana Low
committed
add video controls
1 parent 27ae671 commit d832a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pgml-docs/docs/blog/data-is-living-and-relational.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Meanwhile, denormalized datasets:
6868
We think it’s worth attempting to move the machine learning process and modern data architectures beyond the status quo. To that end, we’re building the PostgresML Gym, a free offering, to provide a test bed for real world ML experimentation, in a Postgres database. Your personal Gym will include the PostgresML dashboard, several tutorial notebooks to get you started, and access to your own personal PostgreSQL database, supercharged with our machine learning extension.
6969

7070
<center>
71-
<video autoplay loop muted width="90%" style="box-shadow: 0 0 8px #000;">
71+
<video controls autoplay loop muted width="90%" style="box-shadow: 0 0 8px #000;">
7272
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.webm" type="video/webm">
7373
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.mp4" type="video/mp4">
7474
<img src="/images/demos/gym_demo.png" alt="PostgresML in practice" loading="lazy">

pgml-docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ article.md-content__inner.md-typeset a.md-content__button.md-icon {
5050
</p>
5151

5252
<center>
53-
<video autoplay loop muted width="90%" style="box-shadow: 0 0 8px #000;">
53+
<video controls autoplay loop muted width="90%" style="box-shadow: 0 0 8px #000;">
5454
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.webm" type="video/webm">
5555
<source src="https://static.postgresml.org/postgresml-org-static/gym_demo.mp4" type="video/mp4">
5656
<img src="/images/demos/gym_demo.png" alt="PostgresML in practice" loading="lazy">

0 commit comments

Comments
 (0)