Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
8d9bb97
1
Parent(s):
d8160a7
Refactor stuff
Browse files
app.py
CHANGED
@@ -650,7 +650,8 @@ with gr.Blocks() as demo:
|
|
650 |
)
|
651 |
|
652 |
|
653 |
-
ingest_btn.click(fn=index_repo, inputs=[repoTextBox, ingestedRepos], outputs=[success_response, launch_product], api_name="index_repo")
|
|
|
654 |
# ingest_btn.click(fn=)
|
655 |
|
656 |
|
|
|
650 |
)
|
651 |
|
652 |
|
653 |
+
ingest_btn.click(fn=index_repo, inputs=[repoTextBox, ingestedRepos], outputs=[success_response, launch_product], api_name="index_repo")
|
654 |
+
# .then(fn=fetchGithubIssues, inputs=[20], outputs=[])
|
655 |
# ingest_btn.click(fn=)
|
656 |
|
657 |
|