Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,21 @@ pinned: false
|
|
| 11 |
short_description: Streamlit template space
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
short_description: Streamlit template space
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Instructions to Setup Locally
|
| 15 |
|
| 16 |
+
Step 1: Unzip the submission file, or directly clone the repo from:
|
| 17 |
+
```
|
| 18 |
+
git clone https://huggingface.co/spaces/prakharg24/multiverse
|
| 19 |
+
```
|
| 20 |
|
| 21 |
+
Step 2: Initialize your python environment
|
| 22 |
+
|
| 23 |
+
Step 3: Install the requirements
|
| 24 |
+
```
|
| 25 |
+
pip install -r requirements.txt
|
| 26 |
+
```
|
| 27 |
+
|
| 28 |
+
Step 4: Run the streamlit app
|
| 29 |
+
```
|
| 30 |
+
streamlit run app.py
|
| 31 |
+
```
|