Juan Perez Tejada commited on
Commit
9d83513
·
1 Parent(s): fb09c41

Disable pylint rules

Browse files
Files changed (2) hide show
  1. app.py → GnosisPages.py +0 -0
  2. README.md +2 -2
app.py → GnosisPages.py RENAMED
File without changes
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 📝
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: streamlit
7
- app_file: app.py
8
  pinned: false
9
  license: mit
10
  ---
@@ -73,7 +73,7 @@ Follow the next steps to set up GnosisPages in your local environment:
73
  ```
74
  6. Run on your local environment
75
  ```bash
76
- streamlit run app.py
77
  ```
78
 
79
  ## Deployment
 
4
  colorFrom: red
5
  colorTo: pink
6
  sdk: streamlit
7
+ app_file: GnosisPages.py
8
  pinned: false
9
  license: mit
10
  ---
 
73
  ```
74
  6. Run on your local environment
75
  ```bash
76
+ streamlit run GnosisPages.py
77
  ```
78
 
79
  ## Deployment