Nymbo commited on
Commit
a9365c0
1 Parent(s): 4d441ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ min-width:200px;
168
  }
169
 
170
  """
171
- with gr.Blocks(css=css) as app:
172
  with gr.Row():
173
  with gr.Column():
174
  inp=gr.Textbox(label="Prompt")
 
168
  }
169
 
170
  """
171
+ with gr.Blocks(css=css, theme="Nymbo/Alyx_Theme") as app:
172
  with gr.Row():
173
  with gr.Column():
174
  inp=gr.Textbox(label="Prompt")