FrederickSundeep commited on
Commit
1d85069
·
1 Parent(s): fab7f6a

commit 0001

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,4 +52,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
52
  chatbot=gr.Chatbot(type="messages")
53
  )
54
 
55
- demo.launch()
 
52
  chatbot=gr.Chatbot(type="messages")
53
  )
54
 
55
+ demo.launch(show_api=False, show_footer=False)