Commit 70cf3d0
authored
155 game of life llm feedback (#157)
* Update index.html
* Update seed value and improve prompt handling
- Set default seed value to 42 for consistency
- Enhance prompt instructions for clarity
- Improve content extraction logic from text
- Ensure generation number is displayed and incremented
* Add state block styling and iteration labels
- Introduce `.state-block` class for styling state displays
- Add iteration labels above each state in the history
- Ensure each state is wrapped in code blocks for clarity
- Improve UI by grouping iteration labels with state blocks
* Add missing line break for code clarity
- Insert a line break for better readability
- No functional changes made
- Related to code formatting improvements1 parent 5c1a589 commit 70cf3d0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
357 | 358 | | |
358 | 359 | | |
359 | 360 | | |
| |||
0 commit comments