prithivMLmods commited on
Commit
4a4da06
·
verified ·
1 Parent(s): 35473fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -9
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
- .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.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