AnnaMathews commited on
Commit
7054436
·
verified ·
1 Parent(s): 463fef2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def ask_question(query, k=1):
39
  return results, temp_file.name
40
  custom_css = """
41
  body, html, .gradio-container {
42
- background-color: #FFDDEE !important; /* baby pink */
43
  color: black !important;
44
  font-family: 'Segoe UI', sans-serif;
45
  }
 
39
  return results, temp_file.name
40
  custom_css = """
41
  body, html, .gradio-container {
42
+ background-color: #FFDDEE !important; /* baby blue */
43
  color: black !important;
44
  font-family: 'Segoe UI', sans-serif;
45
  }