rossiter78 commited on
Commit
d71b891
·
verified ·
1 Parent(s): 8cddd3f

Update app.py

Browse files

removing footer content

Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -67,6 +67,8 @@ demo = gr.ChatInterface(
67
  theme=gr.themes.Soft(),
68
  retry_btn=None,
69
  undo_btn=None,
 
 
70
  )
71
 
72
  if __name__ == "__main__":
 
67
  theme=gr.themes.Soft(),
68
  retry_btn=None,
69
  undo_btn=None,
70
+ show_api=False, # Removes "Use via API"
71
+ show_footer=False, # Removes "Built with Gradio" footer
72
  )
73
 
74
  if __name__ == "__main__":