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