Update app.py
Browse files
app.py
CHANGED
|
@@ -187,6 +187,8 @@ with gr.Blocks(css="""
|
|
| 187 |
}
|
| 188 |
#chatbox .message.user { background-color: #DCF8C6 !important; }
|
| 189 |
#chatbox .message.assistant { background-color: #ffffff !important; }
|
|
|
|
|
|
|
| 190 |
|
| 191 |
""") as demo:
|
| 192 |
gr.HTML("""
|
|
|
|
| 187 |
}
|
| 188 |
#chatbox .message.user { background-color: #DCF8C6 !important; }
|
| 189 |
#chatbox .message.assistant { background-color: #ffffff !important; }
|
| 190 |
+
footer { display: none !important; }
|
| 191 |
+
.svelte-1ipelgc { display: none !important; }
|
| 192 |
|
| 193 |
""") as demo:
|
| 194 |
gr.HTML("""
|