AshwinSankar commited on
Commit
9b8148d
Β·
verified Β·
1 Parent(s): 88a0070

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def store_feedback(rating, feedback_text):
155
 
156
  css = """
157
  #col-container {max-width: 80%; margin-left: auto; margin-right: auto;}
158
- #header {text-align: center;}
159
  .message { font-size: 1.2em; }
160
  #feedback-section { margin-top: 30px; border-top: 1px solid #ddd; padding-top: 20px; }
161
  """
 
155
 
156
  css = """
157
  #col-container {max-width: 80%; margin-left: auto; margin-right: auto;}
158
+ #header {text-align: left;}
159
  .message { font-size: 1.2em; }
160
  #feedback-section { margin-top: 30px; border-top: 1px solid #ddd; padding-top: 20px; }
161
  """