linoyts HF staff commited on
Commit
d90e74a
1 Parent(s): b224989

Update app.py

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