Skip to content

Commit

Permalink
queryModelList
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Mar 10, 2024
1 parent 199ec58 commit a73398d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ai/ai.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ func main() {

leftFrame := gi.NewFrame(splits)
leftFrame.Style(func(s *styles.Style) { s.Direction = styles.Column })

giv.NewSliceView(leftFrame).SetSlice(&Models).SetReadOnly(true)

giv.NewFileView(leftFrame)
gi.NewButton(leftFrame).SetText("Update module").Style(func(s *styles.Style) {
s.Align.Self = styles.End
Expand Down

0 comments on commit a73398d

Please sign in to comment.