Gyufyjk commited on
Commit
9fb73f9
·
verified ·
1 Parent(s): ced3a2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -79,12 +79,12 @@ additional_inputs=[
79
 
80
  css = """
81
  /* Hide the header and app name */
82
- .gradio-container header, .gradio-container .app-name {
83
- display: none;
84
  }
85
  /* Hide the 'Built with Gradio' text */
86
- .gradio-container .footer {
87
- display: none;
88
  }
89
  """
90
 
 
79
 
80
  css = """
81
  /* Hide the header and app name */
82
+ header, .app-name, #interface-title {
83
+ display: none !important;
84
  }
85
  /* Hide the 'Built with Gradio' text */
86
+ footer {
87
+ display: none !important;
88
  }
89
  """
90