Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -279,18 +279,18 @@ If you have any issues, leave the issue in the discussion page of the space. For
|
|
279 |
"""
|
280 |
# We have provided some generate examples and comparisons at: [this website]().
|
281 |
|
282 |
-
css = '''
|
283 |
-
body gradio-app{
|
284 |
-
background-image: url(https://i.imgur.com/LkW5bSv.png) !important;
|
285 |
-
background-position: center -131px !important;
|
286 |
-
background-size: 1480px !important;
|
287 |
-
background-repeat: no-repeat !important;
|
288 |
-
}
|
289 |
-
.gradio-container {width: 85% !important}
|
290 |
-
'''
|
291 |
# css = '''
|
|
|
|
|
|
|
|
|
|
|
|
|
292 |
# .gradio-container {width: 85% !important}
|
293 |
# '''
|
|
|
|
|
|
|
294 |
with gr.Blocks(css=css) as demo:
|
295 |
#gr.Markdown(logo)
|
296 |
gr.Markdown(title)
|
|
|
279 |
"""
|
280 |
# We have provided some generate examples and comparisons at: [this website]().
|
281 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
# css = '''
|
283 |
+
# body gradio-app{
|
284 |
+
# background-image: url(https://i.imgur.com/LkW5bSv.png) !important;
|
285 |
+
# background-position: center -131px !important;
|
286 |
+
# background-size: 1480px !important;
|
287 |
+
# background-repeat: no-repeat !important;
|
288 |
+
# }
|
289 |
# .gradio-container {width: 85% !important}
|
290 |
# '''
|
291 |
+
css = '''
|
292 |
+
.gradio-container {width: 85% !important}
|
293 |
+
'''
|
294 |
with gr.Blocks(css=css) as demo:
|
295 |
#gr.Markdown(logo)
|
296 |
gr.Markdown(title)
|