Martín Santillán Cooper commited on
Commit
0e08c79
1 Parent(s): e453066

postpone narrowing change

Browse files
Files changed (1) hide show
  1. app.py +16 -10
app.py CHANGED
@@ -81,16 +81,22 @@ ibm_blue = gr.themes.Color(
81
  c950="#1d3660"
82
  )
83
 
84
- head_style = """
85
- <style>
86
- @media (min-width: 1536px)
87
- {
88
- .gradio-container {
89
- max-width: 1024px !important;
90
- }
91
- }
92
- </style>
93
- """
 
 
 
 
 
 
94
 
95
  with gr.Blocks(
96
  title='Granite Guardian',
 
81
  c950="#1d3660"
82
  )
83
 
84
+ # head_style = """
85
+ # <style>
86
+ # @media (min-width: 1536px)
87
+ # {
88
+ # .gradio-container {
89
+ # max-width: 1024px !important;
90
+ # }
91
+ # }
92
+ # @media (min-width: 1024px)
93
+ # {
94
+ # .gradio-container {
95
+ # max-width: 1024px !important;
96
+ # }
97
+ # }
98
+ # </style>
99
+ # """
100
 
101
  with gr.Blocks(
102
  title='Granite Guardian',