Spaces:
Running
Running
Update app.py
Browse files
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=
|
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"):
|