Spaces:
Running
on
Zero
Running
on
Zero
Martín Santillán Cooper
commited on
Commit
•
0e08c79
1
Parent(s):
e453066
postpone narrowing change
Browse files
app.py
CHANGED
@@ -81,16 +81,22 @@ ibm_blue = gr.themes.Color(
|
|
81 |
c950="#1d3660"
|
82 |
)
|
83 |
|
84 |
-
head_style = """
|
85 |
-
<style>
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
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',
|