Spaces:
Sleeping
Sleeping
Add project structure in README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,15 @@ This is a Python script that uses Streamlit, Plotly, and the Hugging Face Infere
|
|
14 |
|
15 |
- Python 3.7 or higher
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
## Installation
|
18 |
|
19 |
`Step 1` - Clone this repository to your local machine.
|
|
|
14 |
|
15 |
- Python 3.7 or higher
|
16 |
|
17 |
+
## Project Structure:
|
18 |
+
```dir
|
19 |
+
GoEmotions/
|
20 |
+
βββ app.py
|
21 |
+
βββ requirements.txt
|
22 |
+
βββ .env
|
23 |
+
βββ README.md
|
24 |
+
```
|
25 |
+
|
26 |
## Installation
|
27 |
|
28 |
`Step 1` - Clone this repository to your local machine.
|