Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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 |
-
|
| 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 |
|