# " to report issues and/or request new features/functions.", "For general discussions, please use this",tags$a(href = "https://github.com/asitav-sen/LoanRisk/discussions", "link"),
p("This section shows the data (uploaded or inbuilt sample).")
),
br(),
withSpinner(dataTableOutput("up_data"),type=7,
color="black"),
br(),
actionButton("uploadnew","Upload New Data",class="btn-light")
),
column(width=6,
br(),
basicstatUI("nofloans"))
),
br(),
br(),
fluidRow(
column(
width=6,
h3("With Macroeconomic data"),
p(
"In this section, we add macroeconomic data. Please select the country of the asset and click on fetch button. If download fails, click again or try after sometime. Please note that GDP data has been discontinued by IMF recently. Hence, using Industrial output temporarily."
),
column(
width=6,
selectInput(
"country",
"Country",
selected="India",
choices=countries$Country
)
),
column(
width=6,
br(),
actionButton("fetchimf","Fetch IMF data",class="glow")