Aiswarya Sankar commited on
Commit
e292959
·
1 Parent(s): 13224ff
Files changed (1) hide show
  1. app.py +2 -2
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
- # ticketDropdown = gr.Dropdown()
479
 
480
- # repoTextBox.submit(fetchGithubIssues, [], ticketDropdown)
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