KarthickAdopleAI commited on
Commit
38585d8
·
verified ·
1 Parent(s): 5a336fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -66,7 +66,8 @@ class Model3d_generater:
66
  print("error on _download_3d")
67
 
68
  def interface(self):
69
- with gr.Blocks(css=".gradio-container {background-color: red}") as demo:
 
70
  with gr.Row():
71
  prompt=gr.Textbox("Prompt")
72
 
 
66
  print("error on _download_3d")
67
 
68
  def interface(self):
69
+ with gr.Blocks(css=""".gradio-container {background: rgb(157,228,255);
70
+ background: radial-gradient(circle, rgba(157,228,255,1) 0%, rgba(18,115,106,1) 100%);}""") as demo:
71
  with gr.Row():
72
  prompt=gr.Textbox("Prompt")
73