LucaVivona commited on
Commit
87e09b5
β€’
1 Parent(s): 98da231

running on localhost:3000 and README.md update

Browse files
README.md CHANGED
@@ -70,6 +70,17 @@ stream both [Gradio](https://gradio.app) ( and later [Streamlit](https://streaml
70
  ![Dark-Application](images/application_dark.png)
71
  ![Light-Application](images/application_light.png)
72
 
 
 
 
 
 
 
 
 
 
 
 
73
  ## Updates βš’οΈ
74
  ### Backend πŸ’½
75
  - errors within the function InterLauncher fixed
@@ -168,7 +179,7 @@ make up
168
  // command running: docker-compose up -d --remove-orphans;
169
  // **Ubuntu** sudo make up
170
  ```
171
- The React application will be running on ``http://localhost:3001`` and the Flask will be running on ``http://localhost:2000``
172
  #### **2.** Entering the backend enviorment
173
  ```console
174
  make environment
 
70
  ![Dark-Application](images/application_dark.png)
71
  ![Light-Application](images/application_light.png)
72
 
73
+ ## Features 🌐
74
+
75
+ ### Append Node βž•
76
+ ![Append](images/append_node_and_adjust_height.gif)
77
+
78
+ ### Add HuggingFace Space <img src="frontend/src/images/logo.svg" style="width:20px; height:20px;"/>
79
+ ![Huggin](images/Add_hf_space.gif)
80
+
81
+ ### Delete Nodes πŸ—‘οΈ
82
+ ![delete](images/Delete_node.gif)
83
+
84
  ## Updates βš’οΈ
85
  ### Backend πŸ’½
86
  - errors within the function InterLauncher fixed
 
179
  // command running: docker-compose up -d --remove-orphans;
180
  // **Ubuntu** sudo make up
181
  ```
182
+ The React application will be running on ``http://localhost:3000`` and the Flask will be running on ``http://localhost:2000``
183
  #### **2.** Entering the backend enviorment
184
  ```console
185
  make environment
docker-compose.yml CHANGED
@@ -20,7 +20,7 @@ services:
20
  context : ./frontend
21
  dockerfile : Dockerfile
22
  ports:
23
- - "3001:3000"
24
  volumes:
25
  - './frontend/src:/app/src'
26
  - './frontend/public:/app/public'
 
20
  context : ./frontend
21
  dockerfile : Dockerfile
22
  ports:
23
+ - "3000:3000"
24
  volumes:
25
  - './frontend/src:/app/src'
26
  - './frontend/public:/app/public'
images/application_dark.png CHANGED

Git LFS Details

  • SHA256: 8cf5fba076c8b2880ad4a4603528bbdc6c40ef5768133ae6f93392a3507e1b62
  • Pointer size: 131 Bytes
  • Size of remote file: 762 kB

Git LFS Details

  • SHA256: 33f05286fc2b19d0be39fa9874ada1215069036ad6e4d0feb8945f5470e17de8
  • Pointer size: 132 Bytes
  • Size of remote file: 3.75 MB
images/application_light.png CHANGED

Git LFS Details

  • SHA256: 4523f8e4e5c4fbbb3c761bef516c716eaaf9ae247f3751f2f405d479130a37fc
  • Pointer size: 131 Bytes
  • Size of remote file: 776 kB

Git LFS Details

  • SHA256: a187efb91b62c7cbb153354e901bed7a46328519882ea8e2d8dfb1ddaef7a48f
  • Pointer size: 132 Bytes
  • Size of remote file: 3.79 MB