mclvntr commited on
Commit
5bce34e
·
verified ·
1 Parent(s): d75593c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -0
style.css CHANGED
@@ -2,3 +2,8 @@ footer {
2
  display: none !important;
3
  visibility: hidden !important;
4
  }
 
 
 
 
 
 
2
  display: none !important;
3
  visibility: hidden !important;
4
  }
5
+
6
+ .gradio-container {
7
+ width: 100% !important;
8
+ min-width: 100% !important;
9
+ }