Wanswan commited on
Commit
61bed30
·
verified ·
1 Parent(s): f46badf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -189,8 +189,14 @@ with gr.Blocks(css="""
189
  #chatbox .message.assistant { background-color: #ffffff !important; }
190
  footer { display: none !important; }
191
  .svelte-1ipelgc { display: none !important; }
192
- #chatbox .icon-btn { display: none !important; }
193
 
 
 
 
 
 
 
 
194
  """) as demo:
195
  gr.HTML("""
196
  <script>
 
189
  #chatbox .message.assistant { background-color: #ffffff !important; }
190
  footer { display: none !important; }
191
  .svelte-1ipelgc { display: none !important; }
 
192
 
193
+ .icon-button-wrapper {
194
+ display: none !important;
195
+ }
196
+
197
+ label.svelte-1to105q {
198
+ display: none !important;
199
+ }
200
  """) as demo:
201
  gr.HTML("""
202
  <script>