ford442 commited on
Commit
0d431ac
·
1 Parent(s): 6cca08f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,6 +51,7 @@ h1{text-align:center}
51
  footer {
52
  visibility: hidden
53
  }
 
54
  '''
55
 
56
  DESCRIPTIONXX = """
@@ -327,7 +328,7 @@ def load_predefined_images1():
327
  ]
328
  return predefined_images1
329
 
330
- with gr.Blocks(theme=gr.themes.Base()) as demo:
331
  gr.Markdown(DESCRIPTIONXX)
332
  with gr.Row():
333
  prompt = gr.Text(
 
51
  footer {
52
  visibility: hidden
53
  }
54
+ body {background-color: darkgreen;}
55
  '''
56
 
57
  DESCRIPTIONXX = """
 
328
  ]
329
  return predefined_images1
330
 
331
+ with gr.Blocks(theme=gr.themes.Base(),css=css) as demo:
332
  gr.Markdown(DESCRIPTIONXX)
333
  with gr.Row():
334
  prompt = gr.Text(