Spaces:
Runtime error
Runtime error
Update hackaprompt/gradio_app.py
Browse files- hackaprompt/gradio_app.py +12 -0
hackaprompt/gradio_app.py
CHANGED
|
@@ -202,6 +202,18 @@ theme = gr.themes.Base(primary_hue="synthminds_primary").set(
|
|
| 202 |
button_primary_background_fill_dark="*primary_500",
|
| 203 |
block_info_text_color_dark="*primary_900",
|
| 204 |
body_text_color_dark='*primary_900',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 205 |
)
|
| 206 |
|
| 207 |
with gr.Blocks(theme=theme) as demo:
|
|
|
|
| 202 |
button_primary_background_fill_dark="*primary_500",
|
| 203 |
block_info_text_color_dark="*primary_900",
|
| 204 |
body_text_color_dark='*primary_900',
|
| 205 |
+
|
| 206 |
+
|
| 207 |
+
background_fill_primary='*primary_50',
|
| 208 |
+
background_fill_secondary="*primary_100",
|
| 209 |
+
chatbot_code_background_color="*primary_300",
|
| 210 |
+
color_accent_soft="*primary_400",
|
| 211 |
+
checkbox_label_background_fill="*primary_500",
|
| 212 |
+
checkbox_background_color="*primary_300",
|
| 213 |
+
input_background_fill='*primary_400',
|
| 214 |
+
button_primary_background_fill="*primary_500",
|
| 215 |
+
block_info_text_color="*primary_900",
|
| 216 |
+
body_text_color='*primary_900',
|
| 217 |
)
|
| 218 |
|
| 219 |
with gr.Blocks(theme=theme) as demo:
|