Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -111,15 +111,16 @@ examples = [
|
|
111 |
"A cat holding a sign that says hello world --ar 85:128 --v 6.0 --style raw"
|
112 |
]
|
113 |
|
114 |
-
css = '''
|
115 |
-
|
116 |
-
h1{text-align:center}
|
117 |
-
footer {
|
118 |
-
visibility: hidden
|
119 |
-
}
|
120 |
-
'''
|
121 |
-
|
122 |
-
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
|
123 |
with gr.Column(elem_id="col-container"):
|
124 |
gr.Markdown("## GRID 6X🪨")
|
125 |
|
|
|
111 |
"A cat holding a sign that says hello world --ar 85:128 --v 6.0 --style raw"
|
112 |
]
|
113 |
|
114 |
+
#css = '''
|
115 |
+
#.gradio-container{max-width: 585px !important}
|
116 |
+
#h1{text-align:center}
|
117 |
+
#footer {
|
118 |
+
# visibility: hidden
|
119 |
+
#}
|
120 |
+
#'''
|
121 |
+
|
122 |
+
#with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
123 |
+
with gr.Blocks() as demo:
|
124 |
with gr.Column(elem_id="col-container"):
|
125 |
gr.Markdown("## GRID 6X🪨")
|
126 |
|