Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ def on_select(instruction1, instruction2, instruction3, evt: gr.SelectData):
|
|
170 |
return selected_plan
|
171 |
|
172 |
|
173 |
-
with gr.Blocks(title="RecurrentGPT", css="footer {visibility: hidden}", theme=
|
174 |
gr.Markdown(
|
175 |
"""
|
176 |
# RecurrentGPT
|
|
|
170 |
return selected_plan
|
171 |
|
172 |
|
173 |
+
with gr.Blocks(title="RecurrentGPT", css="footer {visibility: hidden}", theme='sudeepshouche/minimalist') as demo:
|
174 |
gr.Markdown(
|
175 |
"""
|
176 |
# RecurrentGPT
|