[email protected] commited on
Commit
87f974e
·
1 Parent(s): 5822dd1

updating package version on the app

Browse files
Files changed (1) hide show
  1. app.py +13 -9
app.py CHANGED
@@ -60,17 +60,21 @@ def generate_repo(url, api_key, model):
60
 
61
  with gr.Blocks(css=css_style) as demo:
62
  gr.Markdown(f"""
63
- # GPT4Readability (v0.0.4)
64
- *By Dennis Loevlie ([@DennisLoevlie](https://twitter.com/DennisLoevlie))*
 
65
  [![License Badge](https://img.shields.io/github/license/loevlie/GPT4Readability)](https://github.com/loevlie/GPT4Readability/blob/main/LICENSE)
66
 
67
- GPT4Readability is a powerful tool designed to automatically generate a comprehensive README.md file and suggest code improvements for any Python code repository.
68
- * [GPT4Readability](https://github.com/loevlie/GPT4Readability) is the code used to build this tool.
69
- * [langchain](https://github.com/hwchase17/langchain) is the main library this tool utilizes.
70
- 1. Enter API Key ([What is that?](https://platform.openai.com/account/api-keys))
71
- 2. Paste in a GitHub Repository URL
72
- 3. Choose a model (The gpt-4 API as of July 2023 is not available to everyone)
73
- 4. Generate a README or suggestions markdown file
 
 
 
74
  """)
75
 
76
  openai_api_key = gr.Textbox(
 
60
 
61
  with gr.Blocks(css=css_style) as demo:
62
  gr.Markdown(f"""
63
+ # Hello from GPT4Readability (v0.0.5)
64
+
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.
72
+
73
+ ## Here's how to get started:
74
+ 1. Please enter your API Key ([Need more information?](https://platform.openai.com/account/api-keys))
75
+ 2. Provide the GitHub Repository URL that you'd like to analyze
76
+ 3. Select a model (Please note, the gpt-4 API isn't available to all as of July 2023)
77
+ 4. Click to generate a README or suggestions markdown file
78
  """)
79
 
80
  openai_api_key = gr.Textbox(