Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def create_config(model_name, num_labels, use_cache):
|
|
| 30 |
|
| 31 |
# Start building the Gradio interface
|
| 32 |
with gr.Group(elem_id="UI-conf"):
|
| 33 |
-
custom_css = """
|
| 34 |
.gradio-container {
|
| 35 |
background-color: #f0f0f0; /* Light grey background */
|
| 36 |
font-family: Arial, sans-serif;
|
|
|
|
| 30 |
|
| 31 |
# Start building the Gradio interface
|
| 32 |
with gr.Group(elem_id="UI-conf"):
|
| 33 |
+
custom_css = """
|
| 34 |
.gradio-container {
|
| 35 |
background-color: #f0f0f0; /* Light grey background */
|
| 36 |
font-family: Arial, sans-serif;
|