ford442 commited on
Commit
3c35dc3
·
1 Parent(s): 6835a32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -330,11 +330,11 @@ footer {
330
  visibility: hidden
331
  }
332
  body {
333
- background-color: green !important;
334
  }
335
  '''
336
 
337
- with gr.Blocks(theme=gr.themes.Base(),css=css) as demo:
338
  gr.Markdown(DESCRIPTIONXX)
339
  with gr.Row():
340
  prompt = gr.Text(
 
330
  visibility: hidden
331
  }
332
  body {
333
+ background-color: green;
334
  }
335
  '''
336
 
337
+ with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
338
  gr.Markdown(DESCRIPTIONXX)
339
  with gr.Row():
340
  prompt = gr.Text(