BhumikaMak commited on
Commit
7b46c59
·
1 Parent(s): 153af8f

Update: font styling

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks() as interface:
51
  gr.HTML("""
52
  <style>
53
  body {
54
- background-color: black;
55
  color: #D3D3D3; /* Set the default text color to light grey */
56
  }
57
  .gradio-container {
 
51
  gr.HTML("""
52
  <style>
53
  body {
54
+ background-color: #29AB87;
55
  color: #D3D3D3; /* Set the default text color to light grey */
56
  }
57
  .gradio-container {