Spaces:
Runtime error
Runtime error
CaioXapelaum
commited on
Commit
•
07dfc32
1
Parent(s):
89ec7f2
Update app.py
Browse files
app.py
CHANGED
@@ -121,19 +121,6 @@ demo = gr.ChatInterface(
|
|
121 |
label="Repetition penalty",
|
122 |
),
|
123 |
],
|
124 |
-
theme=gr.themes.Soft(primary_hue="violet", secondary_hue="violet", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
|
125 |
-
body_background_fill_dark="#16141c",
|
126 |
-
block_background_fill_dark="#16141c",
|
127 |
-
block_border_width="1px",
|
128 |
-
block_title_background_fill_dark="#1e1c26",
|
129 |
-
input_background_fill_dark="#292733",
|
130 |
-
button_secondary_background_fill_dark="#24212b",
|
131 |
-
border_color_accent_dark="#343140",
|
132 |
-
border_color_primary_dark="#343140",
|
133 |
-
background_fill_secondary_dark="#16141c",
|
134 |
-
color_accent_soft_dark="transparent",
|
135 |
-
code_background_fill_dark="#292733",
|
136 |
-
),
|
137 |
retry_btn="Retry",
|
138 |
undo_btn="Undo",
|
139 |
clear_btn="Clear",
|
|
|
121 |
label="Repetition penalty",
|
122 |
),
|
123 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
retry_btn="Retry",
|
125 |
undo_btn="Undo",
|
126 |
clear_btn="Clear",
|