ginipick commited on
Commit
d0731aa
·
verified ·
1 Parent(s): 96931bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -214,7 +214,8 @@ footer {
214
  """
215
 
216
 
217
- with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
 
218
  with gr.Column(variant="panel"):
219
  with gr.Row():
220
  prompt_textbox = gr.Textbox(label="Prompt", lines=1)
 
214
  """
215
 
216
 
217
+ with gr.Blocks(theme=gr.themes.Dark(), css=css) as demo:
218
+
219
  with gr.Column(variant="panel"):
220
  with gr.Row():
221
  prompt_textbox = gr.Textbox(label="Prompt", lines=1)