Update app.R
Browse files
app.R
CHANGED
|
@@ -149,7 +149,7 @@ download_private_parquet <- function(repo_id, filename) {
|
|
| 149 |
}
|
| 150 |
}
|
| 151 |
|
| 152 |
-
font_add_google("Roboto Condensed")
|
| 153 |
|
| 154 |
is_barrel <- function(df) {
|
| 155 |
df$barrel <- with(df, ifelse(hit_angle <= 50 & hit_speed >= 97 & hit_speed * 1.5 -
|
|
|
|
| 149 |
}
|
| 150 |
}
|
| 151 |
|
| 152 |
+
#font_add_google("Roboto Condensed")
|
| 153 |
|
| 154 |
is_barrel <- function(df) {
|
| 155 |
df$barrel <- with(df, ifelse(hit_angle <= 50 & hit_speed >= 97 & hit_speed * 1.5 -
|