mouseland commited on
Commit
6b18da4
·
verified ·
1 Parent(s): 03ae964

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -289,8 +289,8 @@ with gr.Blocks(title = "Hello",
289
 
290
  gr.HTML("""<h4 style="color:white;">Install Cellpose-SAM locally for full functionality. </h4>""")
291
  with gr.Row():
292
- gr.HTML("""<a style="color:white; font-size:10pt;" href="https://github.com/MouseLand/cellpose" target="_blank">Github page</a>""")
293
- gr.HTML("""<a style="color:white; font-size:10pt;" href="https://github.com/MouseLand/cellpose" target="_blank">Paper</a>""")
294
 
295
 
296
  with gr.Column(scale=2):
 
289
 
290
  gr.HTML("""<h4 style="color:white;">Install Cellpose-SAM locally for full functionality. </h4>""")
291
  with gr.Row():
292
+ gr.HTML("""<a style="color:white; font-size:16pt;" href="https://github.com/MouseLand/cellpose" target="_blank">Github page</a>""")
293
+ gr.HTML("""<a style="color:white; font-size:16pt;" href="https://github.com/MouseLand/cellpose" target="_blank">Paper</a>""")
294
 
295
 
296
  with gr.Column(scale=2):