Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
b7de6e5
1
Parent(s):
11f2322
update file
Browse files
app.py
CHANGED
@@ -529,7 +529,7 @@ with gr.Blocks() as demo:
|
|
529 |
# return git_ticket_choices.value
|
530 |
# ticketDropdown = gr.Dropdown(choices=git_titles.value, title="Github Issues", visible=False)
|
531 |
return gr.Dropdown.update(
|
532 |
-
choices=git_titles.value
|
533 |
)
|
534 |
|
535 |
# global ticket_choices, ticket_titles, tickets
|
|
|
529 |
# return git_ticket_choices.value
|
530 |
# ticketDropdown = gr.Dropdown(choices=git_titles.value, title="Github Issues", visible=False)
|
531 |
return gr.Dropdown.update(
|
532 |
+
choices=git_titles.value
|
533 |
)
|
534 |
|
535 |
# global ticket_choices, ticket_titles, tickets
|