Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -329,7 +329,7 @@ def get_beam_search_html(input_text, number_steps, number_beams):
|
|
329 |
|
330 |
with gr.Blocks(
|
331 |
theme=gr.themes.Soft(
|
332 |
-
text_size="lg", font=["monospace"], primary_hue=gr.themes.colors.
|
333 |
),
|
334 |
css=STYLE,
|
335 |
) as demo:
|
|
|
329 |
|
330 |
with gr.Blocks(
|
331 |
theme=gr.themes.Soft(
|
332 |
+
text_size="lg", font=["monospace"], primary_hue=gr.themes.colors.orange
|
333 |
),
|
334 |
css=STYLE,
|
335 |
) as demo:
|