Skip to content

Commit

Permalink
Update app.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjoo1 authored Dec 13, 2018
1 parent a848d71 commit 32cae66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ actionButton("goButton", "Go!")
genres_response <- eventReactive(input$goButton, {
POST(
url,
authenticate("iNtzVjxkPy44fbnWpAuau180bt13IaJMTo713YCyLvaPFNbxMPpHlBDCgIISHqO9", "iNtzVjxkPy44fbnWpAuau180bt13IaJMTo713YCyLvaPFNbxMPpHlBDCgIISHqO9", type = "basic"),
authenticate("model_api_key", "model_api_key", type = "basic"),
body=toJSON(list(data=list(input_string = input$overview_text)), auto_unbox = TRUE),
content_type("application/json")
)
Expand Down

0 comments on commit 32cae66

Please sign in to comment.