Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
[](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
|
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 |
[](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.
|