Nymbo commited on
Commit
0be8507
1 Parent(s): 6c4a187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ Sometimes this LLM overthinks for super simple questions, but it's fun to watch.
105
  This is done by instructing the model with a large system message, which you can check on the top tab.
106
  """
107
 
108
- with gr.Blocks(theme=gr.themes.Soft(), css=css, fill_height=True) as demo:
109
  with gr.Row(equal_height=True):
110
  with gr.Column(scale=1, min_width=300):
111
  with gr.Tab("Settings"):
 
105
  This is done by instructing the model with a large system message, which you can check on the top tab.
106
  """
107
 
108
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, fill_height=True) as demo:
109
  with gr.Row(equal_height=True):
110
  with gr.Column(scale=1, min_width=300):
111
  with gr.Tab("Settings"):