flavioschneider commited on
Commit
518f6c1
1 Parent(s): 5b2075a

feat: add twitter badge, gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +3 -0
  2. app.py +5 -0
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ __pycache__
2
+ .DS_Store
3
+ .mypy_cache
app.py CHANGED
@@ -18,6 +18,11 @@ badges = """
18
 
19
  [ ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) ](https://github.com/elevenlabs-python)
20
 
 
 
 
 
 
21
  </span>
22
  <span>
23
 
 
18
 
19
  [ ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) ](https://github.com/elevenlabs-python)
20
 
21
+ </span>
22
+ <span style="margin-right: 5px">
23
+
24
+ [ ![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white) ](https://twitter.com/elevenlabsio)
25
+
26
  </span>
27
  <span>
28