dfalbel commited on
Commit
b73694e
1 Parent(s): cc97c94

load magrittr for the pipe

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -1,6 +1,7 @@
1
  library(shiny)
2
  library(bslib)
3
  library(minhub)
 
4
  source("model-session.R")
5
 
6
  repo <- "stabilityai/stablelm-tuned-alpha-3b"
 
1
  library(shiny)
2
  library(bslib)
3
  library(minhub)
4
+ library(magrittr)
5
  source("model-session.R")
6
 
7
  repo <- "stabilityai/stablelm-tuned-alpha-3b"