phani50101 commited on
Commit
b477f79
·
verified ·
1 Parent(s): 658517f

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -894,4 +894,5 @@ with gr.Blocks(css=css, title="Unified EDU Assistant") as demo:
894
  )
895
 
896
  if __name__ == "__main__":
897
- demo.launch(share=True, debug=True)
 
 
894
  )
895
 
896
  if __name__ == "__main__":
897
+ demo.launch(share=True, debug=True, show_api=False)
898
+