Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|