Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Ifeanyi/trend-checker
Ifeanyi
/
OpenAlex4Gephi
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Ifeanyi
commited on
Jun 7, 2023
Commit
301bbeb
·
1 Parent(s):
a215634
Update app.R
Browse files
Files changed (1)
hide
show
app.R
+2
-1
app.R
CHANGED
Viewed
@@ -118,7 +118,8 @@ output$plot <- renderPlotly({
118
Sys.sleep(0.25)
119
}
120
})
121
-
122
trend2()
123
124
})
118
Sys.sleep(0.25)
119
}
120
})
121
+
122
+
req(input$run)
123
trend2()
124
125
})