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 |
-
> streamlit run
|
| 37 |
|
| 38 |
|
| 39 |
2. **Upload or choose your dataset(s)**
|
|
@@ -73,7 +73,7 @@ To include new datasets in the system, follow these simple steps:
|
|
| 73 |
4. **Restart the Streamlit app**
|
| 74 |
|
| 75 |
- Once metadata is generated, rerun the app:
|
| 76 |
-
> streamlit run
|
| 77 |
|
| 78 |
---
|
| 79 |
|
|
|
|
| 33 |
## ⚙️ How to Use
|
| 34 |
|
| 35 |
1. **Run the Streamlit App**
|
| 36 |
+
> streamlit run app.py
|
| 37 |
|
| 38 |
|
| 39 |
2. **Upload or choose your dataset(s)**
|
|
|
|
| 73 |
4. **Restart the Streamlit app**
|
| 74 |
|
| 75 |
- Once metadata is generated, rerun the app:
|
| 76 |
+
> streamlit run app.py
|
| 77 |
|
| 78 |
---
|
| 79 |
|