Akash-Dragon commited on
Commit
bec01ad
·
verified ·
1 Parent(s): 5a0e5ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,4 +331,4 @@ with gr.Blocks(title="Regulatory Loan Evaluation Assistant") as demo:
331
  outputs=[chat]
332
  )
333
 
334
- demo.launch()
 
331
  outputs=[chat]
332
  )
333
 
334
+ demo.launch(show_api=False)