ajndkr commited on
Commit
8065f07
1 Parent(s): 257df25

add github badge

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -18,8 +18,10 @@ INTRO_MD = """
18
 
19
  Create project boilerplate for any programming language in minutes, with just an idea. Powered by Langchain and chatGPT API.
20
 
21
- </center>
22
- """
 
 
23
  BOOL2STR = {True: "yes", False: "no"}
24
 
25
 
 
18
 
19
  Create project boilerplate for any programming language in minutes, with just an idea. Powered by Langchain and chatGPT API.
20
 
21
+
22
+ [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/ajndkr/boilerplate-x)
23
+
24
+ </center>"""
25
  BOOL2STR = {True: "yes", False: "no"}
26
 
27