Commit
·
f03baa2
1
Parent(s):
b80e010
Update gradio app description
Browse files
app.py
CHANGED
@@ -16,9 +16,10 @@ iface = gr.Interface(
|
|
16 |
gr.Textbox(label="Branch Name", placeholder="main or dev or feature/xyz")
|
17 |
],
|
18 |
outputs=gr.Textbox(label="Agent Response"),
|
19 |
-
title="
|
20 |
-
description="
|
21 |
)
|
22 |
|
23 |
if __name__ == "__main__":
|
24 |
iface.launch()
|
|
|
|
16 |
gr.Textbox(label="Branch Name", placeholder="main or dev or feature/xyz")
|
17 |
],
|
18 |
outputs=gr.Textbox(label="Agent Response"),
|
19 |
+
title="OpenSorus – AI Copilot for Timely Dev Support in GitHub Issues",
|
20 |
+
description="Running short on time? Just paste the URL of the issue and let the Agent take care of the rest!",
|
21 |
)
|
22 |
|
23 |
if __name__ == "__main__":
|
24 |
iface.launch()
|
25 |
+
|