frorozcol commited on
Commit
feb94ce
·
1 Parent(s): 5b4d0fb

Creates the atrr of the values

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. .vscode/launch.json +0 -11
.gitignore CHANGED
@@ -1,3 +1,3 @@
1
  *.wav
2
  *.mp3
3
- vscode
 
1
  *.wav
2
  *.mp3
3
+ .vscode/
.vscode/launch.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "configurations": [
3
- {
4
- "name": "Streamlit",
5
- "type": "python",
6
- "request": "launch",
7
- "module": "streamlit",
8
- "args": ["run", "app.py"],
9
- }
10
- ]
11
- }