THEODOROS commited on
Commit
3aa9985
·
1 Parent(s): c616786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -136,6 +136,11 @@ custom_css="""
136
  width: 100vw;
137
  max-width: 1500px;
138
  }
 
 
 
 
 
139
  .gradio_wrapper .gradio_bg[theme=default] .panel_buttons {
140
  justify-content: flex-end;
141
  }
 
136
  width: 100vw;
137
  max-width: 1500px;
138
  }
139
+
140
+ .gradio_interface .panel:nth-child(2) .component:nth-child(3) {
141
+ display:none
142
+ }
143
+
144
  .gradio_wrapper .gradio_bg[theme=default] .panel_buttons {
145
  justify-content: flex-end;
146
  }