maxidl commited on
Commit
7d23dfe
·
1 Parent(s): ecb6339
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -210,7 +210,8 @@ css = """
210
  title = "# Placeholder Title"
211
  description = """Placeholder Description"""
212
 
213
- with gr.Blocks(theme=gr.themes.Default()) as demo:
 
214
  title = gr.Markdown(title, elem_classes=["title"])
215
  description = gr.Markdown(description)
216
  instr = gr.Markdown("## Upload your paper in pdf format")
 
210
  title = "# Placeholder Title"
211
  description = """Placeholder Description"""
212
 
213
+ theme = gr.themes.Default().set(primary_hue="#4D8093")
214
+ with gr.Blocks(theme=theme, css=css) as demo:
215
  title = gr.Markdown(title, elem_classes=["title"])
216
  description = gr.Markdown(description)
217
  instr = gr.Markdown("## Upload your paper in pdf format")