Himanshu2003 commited on
Commit
112fa06
·
verified ·
1 Parent(s): c8699a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -33,7 +33,7 @@ When a user asks a question:
33
  ## ⚙️ How to Use
34
 
35
  1. **Run the Streamlit App**
36
- - streamlit run main.py
37
 
38
 
39
  2. **Upload or choose your dataset(s)**
@@ -68,12 +68,12 @@ To include new datasets in the system, follow these simple steps:
68
  3. **Generate metadata**
69
 
70
  - Run the following command to generate structured metadata for all datasets:
71
- python generate_metadata.py
72
 
73
  4. **Restart the Streamlit app**
74
 
75
  - Once metadata is generated, rerun the app:
76
- streamlit run main.py
77
 
78
  ---
79
 
 
33
  ## ⚙️ How to Use
34
 
35
  1. **Run the Streamlit App**
36
+ > streamlit run main.py
37
 
38
 
39
  2. **Upload or choose your dataset(s)**
 
68
  3. **Generate metadata**
69
 
70
  - Run the following command to generate structured metadata for all datasets:
71
+ > python generate_metadata.py
72
 
73
  4. **Restart the Streamlit app**
74
 
75
  - Once metadata is generated, rerun the app:
76
+ > streamlit run main.py
77
 
78
  ---
79