raannakasturi commited on
Commit
65a59ab
·
verified ·
1 Parent(s): 114e6f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -39,7 +39,10 @@ with gr.Blocks(theme=theme, title="ReXplore Backend", fill_height=True) as app:
39
  api_name="rexplore_backend",
40
  show_progress="full",
41
  )
42
- test_btn.click(test, outputs=[status], concurrency_limit=25,
 
 
 
43
  scroll_to_output=True,
44
  show_api=True,
45
  api_name="rexplore_backend_test",
 
39
  api_name="rexplore_backend",
40
  show_progress="full",
41
  )
42
+ test_btn.click(test,
43
+ inputs=[access_key],
44
+ outputs=[status],
45
+ concurrency_limit=25,
46
  scroll_to_output=True,
47
  show_api=True,
48
  api_name="rexplore_backend_test",