Kye Gomez commited on
Commit
96130aa
1 Parent(s): e7eca2e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -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
+ ```