Spaces:
Running
Running
Update hackaprompt/gradio_app.py
Browse files
hackaprompt/gradio_app.py
CHANGED
@@ -199,8 +199,8 @@ theme = gr.themes.Base(primary_hue="synthminds_primary").set(
|
|
199 |
checkbox_background_color_dark="*primary_300",
|
200 |
input_background_fill_dark='*primary_400',
|
201 |
button_primary_background_fill_dark="*primary_500",
|
202 |
-
|
203 |
-
body_text_color_dark='*primary_900',
|
204 |
|
205 |
|
206 |
background_fill_primary='*primary_50',
|
@@ -210,8 +210,8 @@ theme = gr.themes.Base(primary_hue="synthminds_primary").set(
|
|
210 |
checkbox_background_color="*primary_300",
|
211 |
input_background_fill='*primary_400',
|
212 |
button_primary_background_fill="*primary_500",
|
213 |
-
|
214 |
-
body_text_color='*primary_900',
|
215 |
)
|
216 |
|
217 |
with gr.Blocks(theme=theme) as demo:
|
|
|
199 |
checkbox_background_color_dark="*primary_300",
|
200 |
input_background_fill_dark='*primary_400',
|
201 |
button_primary_background_fill_dark="*primary_500",
|
202 |
+
block_info_text_color_dark="*primary_900",
|
203 |
+
# body_text_color_dark='*primary_900',
|
204 |
|
205 |
|
206 |
background_fill_primary='*primary_50',
|
|
|
210 |
checkbox_background_color="*primary_300",
|
211 |
input_background_fill='*primary_400',
|
212 |
button_primary_background_fill="*primary_500",
|
213 |
+
block_info_text_color="*primary_900",
|
214 |
+
# body_text_color='*primary_900',
|
215 |
)
|
216 |
|
217 |
with gr.Blocks(theme=theme) as demo:
|