Nymbo commited on
Commit
6e712d0
1 Parent(s): a67e848

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ css = """
152
  footer {visibility: hidden !important;}
153
  """
154
 
155
- with gr.Block (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink")) as dalle:
156
  with gr.Tab("Basic Settings"):
157
  with gr.Row():
158
  with gr.Column(elem_id="prompt-container"):
 
152
  footer {visibility: hidden !important;}
153
  """
154
 
155
+ with gr.Blocks (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink")) as dalle:
156
  with gr.Tab("Basic Settings"):
157
  with gr.Row():
158
  with gr.Column(elem_id="prompt-container"):