Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ifeanyi
/
trend-checker
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ifeanyi
commited on
Jun 12, 2023
Commit
cc7609e
·
1 Parent(s):
f7c6751
Update app.R
Browse files
Files changed (1)
hide
show
app.R
+1
-1
app.R
CHANGED
Viewed
@@ -130,7 +130,7 @@ output$plot_download <- downloadHandler(
130
},
131
content = function(file){
132
jpeg(file)
133
-
trend2
()
134
dev.off()
135
}
136
)
130
},
131
content = function(file){
132
jpeg(file)
133
+
trend
()
134
dev.off()
135
}
136
)