Spaces:
Running
on
Zero
Running
on
Zero
app.py
CHANGED
@@ -203,11 +203,16 @@ def generate(paper_text, review_template):
|
|
203 |
css = """
|
204 |
#warning {background: red;}
|
205 |
|
206 |
-
.
|
|
|
207 |
"""
|
208 |
-
#4D8093
|
|
|
|
|
|
|
|
|
209 |
|
210 |
-
title = "#
|
211 |
description = """Placeholder Description"""
|
212 |
|
213 |
theme = gr.themes.Default()
|
|
|
203 |
css = """
|
204 |
#warning {background: red;}
|
205 |
|
206 |
+
.gradio-container {background-color: #FFFDFA !important;}
|
207 |
+
.title {background-color: #8C1B13 !important; color: white !important;}
|
208 |
"""
|
209 |
+
#4D8093 blue
|
210 |
+
#767676 med grey
|
211 |
+
#EFECE3 light grey
|
212 |
+
#DDDDDD silver below red
|
213 |
+
#FFFDFA white
|
214 |
|
215 |
+
title = "# OpenReviewer"
|
216 |
description = """Placeholder Description"""
|
217 |
|
218 |
theme = gr.themes.Default()
|