aiqtech commited on
Commit
d1c68f7
·
verified ·
1 Parent(s): 321424e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -111,10 +111,9 @@ footer {
111
  }
112
  """
113
 
114
- with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, analytics_enabled=False) as demo:
115
  gr.HTML('<div class="title"> Claude Monet STUDIO </div>')
116
  gr.HTML('<div class="title">😄Community: <a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a></div>')
117
-
118
  with gr.Tabs() as tabs:
119
  with gr.Tab("Generation"):
120
  with gr.Column(elem_id="col-container"):
 
111
  }
112
  """
113
 
114
+ with gr.Blocks(theme="soft", css=css, analytics_enabled=False) as demo:
115
  gr.HTML('<div class="title"> Claude Monet STUDIO </div>')
116
  gr.HTML('<div class="title">😄Community: <a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a></div>')
 
117
  with gr.Tabs() as tabs:
118
  with gr.Tab("Generation"):
119
  with gr.Column(elem_id="col-container"):