Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
e292959
1
Parent(s):
13224ff
update
Browse files
app.py
CHANGED
@@ -475,9 +475,9 @@ with gr.Blocks() as demo:
|
|
475 |
|
476 |
success_response = gr.Textbox(label="")
|
477 |
ingest_btn = gr.Button("Index repo")
|
478 |
-
|
479 |
|
480 |
-
|
481 |
|
482 |
with gr.Column(visible=False) as launch_product:
|
483 |
|
|
|
475 |
|
476 |
success_response = gr.Textbox(label="")
|
477 |
ingest_btn = gr.Button("Index repo")
|
478 |
+
ticketDropdown = gr.Dropdown()
|
479 |
|
480 |
+
repoTextBox.submit(fetchGithubIssues, [], ticketDropdown)
|
481 |
|
482 |
with gr.Column(visible=False) as launch_product:
|
483 |
|