Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ class SeafoamCustom(Base):
|
|
108 |
seafoam = SeafoamCustom()
|
109 |
|
110 |
|
111 |
-
with gr.Blocks(theme=
|
112 |
with gr.Column():
|
113 |
gr.Markdown(
|
114 |
""" ## GPT4ALL
|
|
|
108 |
seafoam = SeafoamCustom()
|
109 |
|
110 |
|
111 |
+
with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3', analytics_enabled=False, css=css) as demo:
|
112 |
with gr.Column():
|
113 |
gr.Markdown(
|
114 |
""" ## GPT4ALL
|