Wvolf commited on
Commit
b7957dd
1 Parent(s): 5c764d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ of Solent University for the degree of MSc Artificial Intelligence and Data Scie
38
  # Define example images and their true labels for users to choose from
39
  example_data = ['AI POPE.jpg']
40
  custom_css = """
41
- div {background-color: black;}
42
  .title { text-align: center; }
43
  """
44
 
 
38
  # Define example images and their true labels for users to choose from
39
  example_data = ['AI POPE.jpg']
40
  custom_css = """
41
+ div {background-color: dark;}
42
  .title { text-align: center; }
43
  """
44