Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LeoWalker
/
SearchArena
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kye Gomez
commited on
Jun 15, 2024
Commit
96130aa
·
unverified
·
1 Parent(s):
e7eca2e
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+8
-0
README.md
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
# Search Arena
2
+
3
+
# Usage
4
+
```bash
5
+
pip3 install -r requirements.txt/
6
+
7
+
streamlit run app.py
8
+
```