halfacupoftea commited on
Commit
f03baa2
·
1 Parent(s): b80e010

Update gradio app description

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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="GitHub Issue AI Agent",
20
- description="Enter a GitHub issue URL you want to assign to OpenSorus and the branch to refer for code context (default is 'main'). The agent will fetch relevant context and respond."
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
+