Stefano Fiorucci commited on
Commit
f44712e
β€’
1 Parent(s): a8158b1

improve README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,7 +11,7 @@ license: Apache-2.0
11
  ---
12
 
13
  # Who killed Laura Palmer?   [![Generic badge](https://img.shields.io/badge/πŸ€—-Open%20in%20Spaces-blue.svg)](https://huggingface.co/spaces/anakin87/who-killed-laura-palmer) [![Generic badge](https://img.shields.io/github/stars/anakin87/who-killed-laura-palmer?label=Github&style=social)](https://github.com/anakin87/who-killed-laura-palmer)
14
- [<img src="./data/readme_images/spaces_logo.png" style="display: block;margin-left: auto;
15
  margin-right: auto; max-width: 70%;}">](https://huggingface.co/spaces/anakin87/who-killed-laura-palmer)
16
 
17
 
@@ -28,7 +28,7 @@ WKLP is a simple Question Answering system, based on data crawled from [Twin Pea
28
 
29
  ## Project architecture 🧱
30
 
31
- ![Project architecture](./data/readme_images/project_architecture.png)
32
 
33
  * Crawler: implemented using [Scrapy](https://github.com/scrapy/scrapy) and [fandom-py](https://github.com/NikolajDanger/fandom-py)
34
  * Question Answering pipelines: created with [Haystack](https://github.com/deepset-ai/haystack)
@@ -43,7 +43,7 @@ WKLP is a simple Question Answering system, based on data crawled from [Twin Pea
43
  - How to build a nice [Streamlit](https://github.com/streamlit/streamlit) web app to show your QA system
44
  - How to optimize the web app to πŸš€ deploy in [πŸ€— Spaces](https://huggingface.co/spaces)
45
 
46
- ![Web app preview](./data/readme_images/webapp.png)
47
 
48
  ## Repository structure πŸ“
49
  - [app.py](./app.py): Streamlit web app
11
  ---
12
 
13
  # Who killed Laura Palmer? &nbsp; [![Generic badge](https://img.shields.io/badge/πŸ€—-Open%20in%20Spaces-blue.svg)](https://huggingface.co/spaces/anakin87/who-killed-laura-palmer) [![Generic badge](https://img.shields.io/github/stars/anakin87/who-killed-laura-palmer?label=Github&style=social)](https://github.com/anakin87/who-killed-laura-palmer)
14
+ [<img src="./data/readme_images/spaces_logo.png" align="center" style="display: block;margin-left: auto;
15
  margin-right: auto; max-width: 70%;}">](https://huggingface.co/spaces/anakin87/who-killed-laura-palmer)
16
 
17
 
28
 
29
  ## Project architecture 🧱
30
 
31
+ [![Project architecture](./data/readme_images/project_architecture.png)](#)
32
 
33
  * Crawler: implemented using [Scrapy](https://github.com/scrapy/scrapy) and [fandom-py](https://github.com/NikolajDanger/fandom-py)
34
  * Question Answering pipelines: created with [Haystack](https://github.com/deepset-ai/haystack)
43
  - How to build a nice [Streamlit](https://github.com/streamlit/streamlit) web app to show your QA system
44
  - How to optimize the web app to πŸš€ deploy in [πŸ€— Spaces](https://huggingface.co/spaces)
45
 
46
+ [![Web app preview](./data/readme_images/webapp.png)](https://huggingface.co/spaces/anakin87/who-killed-laura-palmer)
47
 
48
  ## Repository structure πŸ“
49
  - [app.py](./app.py): Streamlit web app