Felix-Xu commited on
Commit
b48cd1b
·
1 Parent(s): 86320b5

font update

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -153,8 +153,8 @@ with gr.Blocks(css="""
153
  """) as demo:
154
  # Centered Title and Description
155
  with gr.Row():
156
- gr.Markdown("### Denoising Demo")
157
- gr.Markdown("# Upload a Raw file or select an example to view the original and denoised images")
158
  with gr.Row():
159
  with gr.Column():
160
  example_selector = gr.Radio(label="Choose an example Raw Micrograph File", choices=list(example_files.keys()))
 
153
  """) as demo:
154
  # Centered Title and Description
155
  with gr.Row():
156
+ gr.Markdown("# Denoising Demo")
157
+ gr.Markdown("Upload a Raw file or select an example to view the original and denoised images")
158
  with gr.Row():
159
  with gr.Column():
160
  example_selector = gr.Radio(label="Choose an example Raw Micrograph File", choices=list(example_files.keys()))