Spaces:
Sleeping
Sleeping
intro_text = """Welcome to the EU Data Explorer. This is a small dashboard app displaying data for EU countries sourced from [EuroStat](https://ec.europa.eu/eurostat/web/nuts/background). Statistical analyses and simple regression modelling is showcased in the Analyses page.""" | |
analysis_text = """ | |
The app page presents statistical analyses of data for administrative regions in | |
EU countries ([NUTS 2](https://ec.europa.eu/eurostat/web/nuts/background) level). | |
The **Descriptive Stats** tab includes the dataset, summary statistics and visualizations. | |
Additionally, the **Regression Model** tab provides linear regression or [LOWESS](https://blogs.sas.com/content/iml/2016/10/17/what-is-loess-regression.html) modelling | |
by selecting the variables of your preference. | |
""" | |