Spaces:
Running
Running
Aiswarya Sankar
commited on
Commit
·
8cecf26
1
Parent(s):
297569c
update file
Browse files
app.py
CHANGED
@@ -528,7 +528,7 @@ with gr.Blocks() as demo:
|
|
528 |
# return git_ticket_choices.value
|
529 |
# ticketDropdown = gr.Dropdown(choices=git_titles.value, title="Github Issues", visible=False)
|
530 |
print("IN TICKET DROPDOWN")
|
531 |
-
return
|
532 |
choices=git_titles.value
|
533 |
)
|
534 |
|
|
|
528 |
# return git_ticket_choices.value
|
529 |
# ticketDropdown = gr.Dropdown(choices=git_titles.value, title="Github Issues", visible=False)
|
530 |
print("IN TICKET DROPDOWN")
|
531 |
+
return ticketDropdown.update(
|
532 |
choices=git_titles.value
|
533 |
)
|
534 |
|