maxidl commited on
Commit
5a3fe42
·
1 Parent(s): ca7dd7c
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -204,8 +204,8 @@ title = "# Placeholder Title"
204
  steps = """Placeholder Description"""
205
  # steps = """1. Converts uploaded pdf file to markdown. You can edit the intermediate markdown output.\n2. Generates a review for the paper"""
206
 
207
- with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as demo:
208
- title = gr.Markdown(title, css=".gradio-container {background-color: red}")
209
  steps = gr.Markdown(steps)
210
  instr = gr.Markdown("## Upload your paper in pdf format")
211
  file_input = gr.File(file_types=[".pdf"], file_count="single")
 
204
  steps = """Placeholder Description"""
205
  # steps = """1. Converts uploaded pdf file to markdown. You can edit the intermediate markdown output.\n2. Generates a review for the paper"""
206
 
207
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
208
+ title = gr.Markdown(title,)
209
  steps = gr.Markdown(steps)
210
  instr = gr.Markdown("## Upload your paper in pdf format")
211
  file_input = gr.File(file_types=[".pdf"], file_count="single")