Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
13224ff
1
Parent(s):
f318492
Update the app
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 |
-
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 |
|