Pranav0111 commited on
Commit
735928e
1 Parent(s): ed0a53d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -119,13 +119,14 @@ def create_journal_interface():
119
 
120
  /* Header 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 */
131
  .input-container {
 
119
 
120
  /* Header styles */
121
  .header {
122
+ text-align: center;
123
+ margin-bottom: 2rem;
124
+ background: linear-gradient(135deg, #2196f3 0%, #26c6da 100%); /* Blue to Teal */
125
+ padding: 2rem;
126
+ border-radius: 15px;
127
+ color: #ffffff;
128
+ }
129
+
130
 
131
  /* Input area styles */
132
  .input-container {