BhumikaMak commited on
Commit
134a491
·
1 Parent(s): 0712dbc

Update: font styling

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