App
App
Bases: CTk
Frontend for evaluating generated BCO domains from BcoRag.
Source code in evaluator/frontend/app.py
__init__()
Constructor.
Source code in evaluator/frontend/app.py
start()
navigate(direction, run_index, app_state)
Callback to execute when the user presses the next or previous buttons.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
direction |
-1 or 1
|
Indicates the direction the user is navigating, -1 for previous, 1 for next. |
required |
run_index |
int
|
The new run index being navigated to. |
required |
app_state |
AppState
|
The current app state. |
required |
Source code in evaluator/frontend/app.py
_login_success(app_state)
Callback to execute on login success.
Source code in evaluator/frontend/app.py
_on_start(app_state)
Callback to execute on evaluation start.