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