Skip to content

Commit

Permalink
fix: broken style
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Feb 5, 2025
1 parent e0ce8ad commit e326ce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 06_coding_patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ signals while the solver is running.
| _Using multiprocessing, one can build a responsive interface for a solver._ |

[@oulianov](https://github.com/oulianov) deployed it
[here](https://cpsat-embeddings-demo.streamlit.app/) for you to try out in you
[here](https://cpsat-embeddings-demo.streamlit.app/) for you to try out in your
browser.

---
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5786,7 +5786,7 @@ signals while the solver is running.
| _Using multiprocessing, one can build a responsive interface for a solver._ |

[@oulianov](https://github.com/oulianov) deployed it
[here](https://cpsat-embeddings-demo.streamlit.app/) for you to try out in you
[here](https://cpsat-embeddings-demo.streamlit.app/) for you to try out in your
browser.

---
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _create_reference_box(msg):

def _create_video_box(msg):
return f"""
<table style="width: 100%; border: 1px solid black;">
<table style="width: 100%; border: 1px solid black;">
<tr>
<td>
<div style="display: flex; justify-content: space-between; align-items: center;">
Expand Down

0 comments on commit e326ce4

Please sign in to comment.