gradio theme changes
Browse files- gradio_test.py +0 -1
gradio_test.py
CHANGED
@@ -889,7 +889,6 @@ def create_gradio_interface():
|
|
889 |
|
890 |
with gr.Blocks(
|
891 |
title=title,
|
892 |
-
theme=gr.themes.Soft(primary_hue="orange", secondary_hue="blue"),
|
893 |
css="""
|
894 |
.main-header { text-align: center; margin-bottom: 2rem; }
|
895 |
.analysis-section { border: 2px solid #f0f0f0; border-radius: 10px; padding: 1rem; margin: 1rem 0; }
|
|
|
889 |
|
890 |
with gr.Blocks(
|
891 |
title=title,
|
|
|
892 |
css="""
|
893 |
.main-header { text-align: center; margin-bottom: 2rem; }
|
894 |
.analysis-section { border: 2px solid #f0f0f0; border-radius: 10px; padding: 1rem; margin: 1rem 0; }
|