molokhovdmitry commited on
Commit
7f52254
1 Parent(s): ca5f2f5

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -21
README.md DELETED
@@ -1,21 +0,0 @@
1
- ---
2
- title: Social-Stat
3
- emoji: 🦕
4
- colorFrom: indigo
5
- colorTo: pink
6
- sdk: streamlit
7
- sdk_version: 1.29.0
8
- app_file: src/app.py
9
- pinned: false
10
- ---
11
-
12
- # social-stat
13
- Streamlit web application for social network analysis.
14
-
15
- # Installation and Running
16
- ```
17
- git clone https://github.com/molokhovdmitry/social-stat
18
- python -m pip install --upgrade pip
19
- pip install -r requirements.txt
20
- streamlit run src/app.py
21
- ```