Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,6 +34,7 @@ css = """
|
|
| 34 |
.msg {padding:4px;margin-bottom:4px;border-radius:4px;width:80%}
|
| 35 |
.msg.user {background-color:cornflowerblue;color:white}
|
| 36 |
.msg.bot {background-color:lightgray;align-self:self-end}
|
|
|
|
| 37 |
"""
|
| 38 |
|
| 39 |
gr.Interface(fn=predict,
|
|
|
|
| 34 |
.msg {padding:4px;margin-bottom:4px;border-radius:4px;width:80%}
|
| 35 |
.msg.user {background-color:cornflowerblue;color:white}
|
| 36 |
.msg.bot {background-color:lightgray;align-self:self-end}
|
| 37 |
+
.footer {display:none !important}
|
| 38 |
"""
|
| 39 |
|
| 40 |
gr.Interface(fn=predict,
|