Skip to content

Commit 12589f0

Browse files
committed
docs: Fix broken README links
1 parent a043b41 commit 12589f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
## Introduction
3636

3737
The `sports-betting package` is a handy set of tools for creating, testing, and using sports betting models. It comes
38-
with a Python API, a CLI, and even a GUI to keep things simple:
38+
with a Python API, a CLI, and even a GUI built with [Reflex](https://reflex.dev/) to keep things simple:
3939

4040
![](screenshots/predictions.png)
41+
![](docs/screenshots/predictions.png)
4142

4243
The main components of `sports-betting` are dataloaders and bettors objects:
4344

@@ -57,6 +58,7 @@ functionalitites:
5758
To launch the GUI, simply run the command `sportsbet-gui`. Once started, you’ll see the initial screen:
5859

5960
![](screenshots/initial.png)
61+
![](docs/screenshots/initial.png)
6062

6163
Explore the functionality with guidance from the built-in bot, which streams helpful messages along the way.
6264

@@ -153,14 +155,17 @@ Here are a few things you can do with the GUI:
153155
- Configure the dataloader:
154156

155157
![](screenshots/parameters.png)
158+
![](docs/screenshots/parameters.png)
156159

157160
- Create a new betting model:
158161

159162
![](screenshots/betting_model.png)
163+
![](docs/screenshots/betting_model.png)
160164

161165
Run the model to get predictions:
162166

163167
![](screenshots/predictions.png)
168+
![](docs/screenshots/predictions.png)
164169

165170
### API
166171

0 commit comments

Comments
 (0)