maxidl commited on
Commit
c7ab3d7
·
1 Parent(s): 4778db0
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -204,9 +204,10 @@ css = """
204
  #warning {background: red;}
205
 
206
  .gradio-container {background-color: #FFFDFA !important;}
207
- .topbar {background-color: #8C1B13 !important; margin-left: -15px !important; margin-right: -15px !important}
208
- .title {background-color: #FFFDFA !important; color: white !important;}
209
  """
 
210
  #4D8093 blue
211
  #767676 med grey
212
  #EFECE3 light grey
@@ -218,8 +219,6 @@ description = """Placeholder Description"""
218
 
219
  theme = gr.themes.Default()
220
  with gr.Blocks(theme=theme, css=css) as demo:
221
- topbar = gr.HTML("""<div>OpenReviewer</div>"""
222
- , elem_classes=['topbar'])
223
  title = gr.Markdown(title, elem_classes=["title"])
224
  description = gr.Markdown(description)
225
  instr = gr.Markdown("## Upload your paper in pdf format")
 
204
  #warning {background: red;}
205
 
206
  .gradio-container {background-color: #FFFDFA !important;}
207
+ .title {background-color: #FFFDFA !important;}
208
+ .button {background-color: #8C1B13 !important; color: white !important;}
209
  """
210
+ #8C1B13 red
211
  #4D8093 blue
212
  #767676 med grey
213
  #EFECE3 light grey
 
219
 
220
  theme = gr.themes.Default()
221
  with gr.Blocks(theme=theme, css=css) as demo:
 
 
222
  title = gr.Markdown(title, elem_classes=["title"])
223
  description = gr.Markdown(description)
224
  instr = gr.Markdown("## Upload your paper in pdf format")