Pranav0111 commited on
Commit
ed0a53d
·
verified ·
1 Parent(s): 595cebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -121,10 +121,10 @@ def create_journal_interface():
121
  .header {
122
  text-align: center;
123
  margin-bottom: 2rem;
124
- background: linear-gradient(135deg, #6B73FF 0%, #000DFF 100%);
125
  padding: 2rem;
126
  border-radius: 15px;
127
- color: white;
128
  }
129
 
130
  /* Input area styles */
 
121
  .header {
122
  text-align: center;
123
  margin-bottom: 2rem;
124
+ background: linear-gradient(135deg, #4a90e2 0%, #007aff 100%);
125
  padding: 2rem;
126
  border-radius: 15px;
127
+ color: #ffffff;
128
  }
129
 
130
  /* Input area styles */