Skip to content

Commit 2667a2b

Browse files
authored
Merge pull request #17 from arpitHub/main
Fixed Typos
2 parents 1b53145 + e8e8928 commit 2667a2b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

_config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ footer-link-col: "#404040"
116116
#page-img: "/assets/img/bgimage.png"
117117

118118
# Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers.
119-
#mobile-theme-col: "#0085A1"
119+
mobile-theme-col: "#0085A1"
120120

121121
# For any extra visual customization, you can include additional CSS files in every page on your site. List any custom CSS files here
122122
#site-css:
@@ -226,12 +226,15 @@ exclude:
226226
- .DS_Store
227227
- backup/
228228

229+
remote_theme: pages-themes/midnight@v0.2.0
230+
229231
plugins:
230232
- jekyll-paginate
231233
- jekyll-sitemap
234+
- jekyll-remote-theme
232235

233236
# Beautiful Jekyll / Dean Attali
234237
# 2fc73a3a967e97599c9763d05e564189
235238

236239
# Theme
237-
theme: jekyll-theme-midnight
240+
# theme: jekyll-theme-midnight

_posts/2022-09-01-streamlit-end-to-end-ml-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ thumbnail-img: /assets/img/thumb.png
77
share-img: /assets/img/path.jpg
88
gh-repo: arpithub/arpithub.github.io
99
gh-badge: [star, fork, follow]
10-
tags: [streamlit,ml]
10+
tags: [streamlit,ml, huggingface]
1111
comments: true
1212
---
1313

1414
I wanted to create a simple app which can let you analyze multiple public datasets at one place and build a prediction pipeline.
1515
Here is a Streamlit app which has the mentioned functionality:
16-
[https://huggingface.co/spaces/arpitr/end_to_end_ml_app](#End to End ML app)
16+
[End to End ML app](https://huggingface.co/spaces/arpitr/end_to_end_ml_app)

_posts/2023-01-02-odds-ratio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ Here are the 3 Signifincant Tests we can perform:
6565
Although the Odds Ratio is a powerful tool but it should be used very carefully.
6666

6767
References:
68-
1. [https://www.youtube.com/watch?v=5zPSD_e_N04]
69-
2. [https://www.youtube.com/watch?v=8nm0G-1uJzA]
68+
1. https://www.youtube.com/watch?v=5zPSD_e_N04
69+
2. https://www.youtube.com/watch?v=8nm0G-1uJzA

0 commit comments

Comments
 (0)