PaulinaLamberg commited on
Commit
f8da064
·
verified ·
1 Parent(s): ba62aa1

Update changes to REAMDME.md

Browse files
Files changed (1) hide show
  1. README.md +12 -18
README.md CHANGED
@@ -24,33 +24,27 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
24
 
25
 
26
  ## Getting started
27
- 1. Clone the repository
28
- ```
29
- git clone https://github.com/your-username/learnloop.git
30
- cd learnloop
31
- ```
32
-
33
- 2. Install dependencies
34
- ```
35
- pip install -r requirements.txt
36
- ```
37
-
38
- 3. Run the app
39
- ```
40
- python app.py
41
- ```
42
 
43
  ## Requirements
44
  See `requirements.txt` for full list
45
 
46
  ## UI
47
  - styled using `gr.HTML()` with embedded CSS
48
- - .gradio-container to add color to the background
49
  - focuses on clarity, calmness and visual harmony
50
 
51
  ## Button functionality
52
- - Explain button and Enter key triggers the explanation
53
- - Reset button clears input and output areas
54
  - Buttons styled with hover and focus effects
55
  - Buttons lighten slightly on hover for visual feedback
56
  - On click, they shrink and darken briefly to indicate activation
 
24
 
25
 
26
  ## Getting started
27
+ 1. Clone the repository
28
+ ```git clone https://github.com/your-username/learnloop.git```
29
+ ```cd learnloop```
30
+
31
+ 2. Install dependencies
32
+ ```pip install -r requirements.txt```
33
+
34
+ 3. Run the app
35
+ ```python app.py```
 
 
 
 
 
 
36
 
37
  ## Requirements
38
  See `requirements.txt` for full list
39
 
40
  ## UI
41
  - styled using `gr.HTML()` with embedded CSS
42
+ - `.gradio-container` to add color to the background
43
  - focuses on clarity, calmness and visual harmony
44
 
45
  ## Button functionality
46
+ - `Explain` button and `Enter` key triggers the explanation
47
+ - `Reset` button clears input and output areas
48
  - Buttons styled with hover and focus effects
49
  - Buttons lighten slightly on hover for visual feedback
50
  - On click, they shrink and darken briefly to indicate activation