Wanswan commited on
Commit
829fa32
·
verified ·
1 Parent(s): 6ae471b

Update app.py

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