Luca Vivona commited on
Commit
30b7e3c
β€’
1 Parent(s): cdd8b93
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -5,6 +5,9 @@ stream both [Gradio](https://gradio.app) ( and later [Streamlit](https://streaml
5
 
6
 
7
  ## Tabel Of Contents πŸ“š
 
 
 
8
  - [**Updates**](#updates-%EF%B8%8F)
9
 
10
 
@@ -53,7 +56,11 @@ stream both [Gradio](https://gradio.app) ( and later [Streamlit](https://streaml
53
 
54
  - [**More Demos**](#more-demos-)
55
 
56
- - [**Application**](#application-%EF%B8%8F)
 
 
 
 
57
 
58
  ## Updates βš’οΈ
59
  ### Backend πŸ’½
@@ -232,8 +239,3 @@ Within the ``backend/src/demo`` directory there are some demos
232
  > python demo.py -e class -l 2000
233
  > python demo.py -e class
234
  ```
235
- ## Application πŸ›οΈ
236
- ![Dark-Application](https://github.com/LVivona/Gradio-Flow/blob/8edde72f878c174f53602c4ddff0fc6d3fc7cd61/images/app.png)
237
- ![Light-Application](https://github.com/LVivona/Gradio-Flow/blob/8edde72f878c174f53602c4ddff0fc6d3fc7cd61/images/light-app.png)
238
-
239
-
 
5
 
6
 
7
  ## Tabel Of Contents πŸ“š
8
+ - [**Application**](#application-%EF%B8%8F)
9
+
10
+
11
  - [**Updates**](#updates-%EF%B8%8F)
12
 
13
 
 
56
 
57
  - [**More Demos**](#more-demos-)
58
 
59
+
60
+
61
+ ## Application πŸ›οΈ
62
+ ![Dark-Application](images/application_dark.png)
63
+ ![Light-Application](images/application_light.png)
64
 
65
  ## Updates βš’οΈ
66
  ### Backend πŸ’½
 
239
  > python demo.py -e class -l 2000
240
  > python demo.py -e class
241
  ```