Juan Perez Tejada commited on
Commit
2b01264
·
1 Parent(s): d37a494

Change names of pages

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