SarowarSaurav commited on
Commit
ac84c3a
·
verified ·
1 Parent(s): 6b0b340

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -691,6 +691,7 @@ iface = gr.Interface(
691
  fn=chatbot_interface,
692
  inputs="text",
693
  outputs="text",
 
694
  title="BATB Acronym Finder",
695
  description="Dictionary of Abbreviations & Acronyms",
696
  theme='default'
 
691
  fn=chatbot_interface,
692
  inputs="text",
693
  outputs="text",
694
+ css="footer{display:none !important}"
695
  title="BATB Acronym Finder",
696
  description="Dictionary of Abbreviations & Acronyms",
697
  theme='default'