MattGPT commited on
Commit
2cc1407
1 Parent(s): 8fc34b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;