Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -125,6 +125,7 @@ footer {
|
|
| 125 |
display: none !important;
|
| 126 |
background-color: #F8D7DA;
|
| 127 |
}
|
|
|
|
| 128 |
'''
|
| 129 |
gr.ChatInterface(predict,
|
| 130 |
css=css,
|
|
|
|
| 125 |
display: none !important;
|
| 126 |
background-color: #F8D7DA;
|
| 127 |
}
|
| 128 |
+
label.svelte-1b6s6s {display: none}
|
| 129 |
'''
|
| 130 |
gr.ChatInterface(predict,
|
| 131 |
css=css,
|