Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -691,7 +691,7 @@ iface = gr.Interface(
|
|
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'
|
|
|
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'
|