SudhanshuBlaze commited on
Commit
2a146b4
β€’
1 Parent(s): 792d0e0

Add project structure in README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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.