JohanDL commited on
Commit
aab8da7
1 Parent(s): 3a6b7cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks(css=css_style) as demo:
65
  *Project by Dennis Loevlie ([@DennisLoevlie](https://twitter.com/DennisLoevlie))*
66
  [![License Badge](https://img.shields.io/github/license/loevlie/GPT4Readability)](https://github.com/loevlie/GPT4Readability/blob/main/LICENSE)
67
 
68
- Welcome to GPT4Readability, a tool designed to help you generate README.md files and suggest improvements for your Python code repositories.
69
 
70
  - You can find the source code at [GPT4Readability](https://github.com/loevlie/GPT4Readability).
71
  - It's making use of the [langchain](https://github.com/hwchase17/langchain) library.
 
65
  *Project by Dennis Loevlie ([@DennisLoevlie](https://twitter.com/DennisLoevlie))*
66
  [![License Badge](https://img.shields.io/github/license/loevlie/GPT4Readability)](https://github.com/loevlie/GPT4Readability/blob/main/LICENSE)
67
 
68
+ Welcome to GPT4Readability, a tool designed to help you generate README.md files and suggest improvements for your code repositories.
69
 
70
  - You can find the source code at [GPT4Readability](https://github.com/loevlie/GPT4Readability).
71
  - It's making use of the [langchain](https://github.com/hwchase17/langchain) library.