Nymbo commited on
Commit
b834b81
1 Parent(s): 73f7edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ css = """
63
  }
64
  """
65
 
66
- with gr.Blocks(theme='Nymbo/Nymbo_Theme') as app:
67
  with gr.Row():
68
  with gr.Column(elem_id="prompt-container"):
69
  with gr.Row():
 
63
  }
64
  """
65
 
66
+ with gr.Blocks(css=css, theme='Nymbo/Nymbo_Theme') as app:
67
  with gr.Row():
68
  with gr.Column(elem_id="prompt-container"):
69
  with gr.Row():