Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|
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 |
"""
|