Aiswarya Sankar commited on
Commit
eef705d
·
1 Parent(s): 7165d71

update file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -539,7 +539,7 @@ with gr.Blocks() as demo:
539
  # Create the dropdown
540
  # ticket_choices = {git_tickets.value["title"]: ticket for ticket in tickets}
541
  # ticket_titles = [git_tickets.value["title"] for ticket in tickets]
542
- ticketDropdown = gr.Dropdown(choices=create_ticket_dropdown(), title="Github Issues").focus(create_ticket_dropdown())
543
  # ingestTickets = gr.Button("Ingest github tickets").click(create_ticket_dropdown, inputs=[], outputs=ticketDropdown) # (fetchGithubIssues).then
544
 
545
  # Extract the ticket title, body for the selected ticket
 
539
  # Create the dropdown
540
  # ticket_choices = {git_tickets.value["title"]: ticket for ticket in tickets}
541
  # ticket_titles = [git_tickets.value["title"] for ticket in tickets]
542
+ ticketDropdown = gr.Dropdown(choices=[], title="Github Issues").focus(create_ticket_dropdown)
543
  # ingestTickets = gr.Button("Ingest github tickets").click(create_ticket_dropdown, inputs=[], outputs=ticketDropdown) # (fetchGithubIssues).then
544
 
545
  # Extract the ticket title, body for the selected ticket