Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,6 +120,7 @@ demo = gr.ChatInterface(
|
|
120 |
respond,
|
121 |
additional_inputs_accordion=gr.Accordion(label="Options", open=True),
|
122 |
css=".bubble-gap {gap: 6px !important}",
|
|
|
123 |
description="The model may take a while if it hasn't run recently or a lot of people are using it",
|
124 |
title="EliGPT v1.idon'tfuckingknow",
|
125 |
additional_inputs=[
|
|
|
120 |
respond,
|
121 |
additional_inputs_accordion=gr.Accordion(label="Options", open=True),
|
122 |
css=".bubble-gap {gap: 6px !important}",
|
123 |
+
theme="sudeepshouche/minimalist",
|
124 |
description="The model may take a while if it hasn't run recently or a lot of people are using it",
|
125 |
title="EliGPT v1.idon'tfuckingknow",
|
126 |
additional_inputs=[
|