Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,10 +119,12 @@ css = '''
|
|
119 |
align-items: center;
|
120 |
margin-bottom: 10px;
|
121 |
}
|
122 |
-
|
|
|
|
|
|
|
123 |
'''
|
124 |
gr.ChatInterface(predict,
|
125 |
-
title="FernAi_chatBot",
|
126 |
css=css,
|
127 |
description="Ask any Redfernstech any questions",
|
128 |
clear_btn=None, undo_btn=None, retry_btn=None,
|
|
|
119 |
align-items: center;
|
120 |
margin-bottom: 10px;
|
121 |
}
|
122 |
+
footer {
|
123 |
+
display: none !important;
|
124 |
+
background-color: #F8D7DA;
|
125 |
+
}
|
126 |
'''
|
127 |
gr.ChatInterface(predict,
|
|
|
128 |
css=css,
|
129 |
description="Ask any Redfernstech any questions",
|
130 |
clear_btn=None, undo_btn=None, retry_btn=None,
|