halfacupoftea commited on
Commit
92a1c8c
·
1 Parent(s): 078bb3e

Add like request

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ with gr.Blocks(title="OpenSorus – AI Maintainer Agent", theme=theme) as demo:
34
  - **Quickest way to assign issues to OpenSorus**: Just mention @opensorus in the GitHub issue comments.
35
  - Alternatively, use this space to assign the issue by pasting the issue URL below & specifying the primary branch name of your codebase (e.g., main, master, etc.).
36
 
 
37
  ---
38
  """)
39
 
 
34
  - **Quickest way to assign issues to OpenSorus**: Just mention @opensorus in the GitHub issue comments.
35
  - Alternatively, use this space to assign the issue by pasting the issue URL below & specifying the primary branch name of your codebase (e.g., main, master, etc.).
36
 
37
+ (Drop a ❤️ if this tool made your day a little easier!)
38
  ---
39
  """)
40