SarowarSaurav commited on
Commit
970a7da
·
verified ·
1 Parent(s): aaa0f72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,10 +65,11 @@ iface = gr.Interface(
65
  fn=chatbot_interface,
66
  inputs="text",
67
  outputs="text",
 
68
  title="British American Tobacco Bangladesh",
69
  description="- powered by IDT",
70
  theme='Taithrah/Minimal'
71
- css="footer {visibility: hidden}"
72
  )
73
 
74
 
 
65
  fn=chatbot_interface,
66
  inputs="text",
67
  outputs="text",
68
+ css="footer{display:none !important}",
69
  title="British American Tobacco Bangladesh",
70
  description="- powered by IDT",
71
  theme='Taithrah/Minimal'
72
+
73
  )
74
 
75