halfacupoftea commited on
Commit
501e2ad
·
1 Parent(s): 92a1c8c

Fix gradio markdown

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks(title="OpenSorus – AI Maintainer Agent", theme=theme) as demo:
25
  gr.Markdown("""
26
  # OpenSorus – AI Maintainer Agent for GitHub Issues
27
 
28
- **Reads the issue. Understands your repo. Replies in seconds.** - _Powered by Mistral AI 🧡 and LlamaIndex 🦙_
29
 
30
  Let OpenSorus handle your first-level triage by autonomously pulling context from your codebase and commenting with a helpful fix/suggestion to help your contributors/customers.
31
 
@@ -34,7 +34,9 @@ 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
- (Drop a ❤️ if this tool made your day a little easier!)
 
 
38
  ---
39
  """)
40
 
 
25
  gr.Markdown("""
26
  # OpenSorus – AI Maintainer Agent for GitHub Issues
27
 
28
+ **Reads the issue. Understands your repo. Replies in seconds.** - _Powered by Mistral AI 🧡 & LlamaIndex 🦙_
29
 
30
  Let OpenSorus handle your first-level triage by autonomously pulling context from your codebase and commenting with a helpful fix/suggestion to help your contributors/customers.
31
 
 
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
+ _(Drop a ❤️ if this tool made your day a little easier!)_
39
+
40
  ---
41
  """)
42