Add horizontal delimiters between sections
Browse files- __pycache__/app.cpython-313.pyc +0 -0
- app.py +2 -0
__pycache__/app.cpython-313.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-313.pyc and b/__pycache__/app.cpython-313.pyc differ
|
|
|
app.py
CHANGED
|
@@ -441,6 +441,7 @@ with gr.Blocks(title="DynaCell Virtual Staining") as demo:
|
|
| 441 |
data_view = gr.Plot(label="Phase | Experimental fluorescence")
|
| 442 |
|
| 443 |
# ---- 2. Regression models -------------------------------------------
|
|
|
|
| 444 |
gr.Markdown("### 2. Regression models: FNet3D, VSCyto3D")
|
| 445 |
with gr.Row():
|
| 446 |
with gr.Column(scale=1):
|
|
@@ -455,6 +456,7 @@ with gr.Blocks(title="DynaCell Virtual Staining") as demo:
|
|
| 455 |
reg_plot = gr.Plot(label="Predictions")
|
| 456 |
|
| 457 |
# ---- 3. Generative model: CELL-Diff ---------------------------------
|
|
|
|
| 458 |
gr.Markdown("### 3. Generative model: CELL-Diff")
|
| 459 |
with gr.Row():
|
| 460 |
with gr.Column(scale=1):
|
|
|
|
| 441 |
data_view = gr.Plot(label="Phase | Experimental fluorescence")
|
| 442 |
|
| 443 |
# ---- 2. Regression models -------------------------------------------
|
| 444 |
+
gr.Markdown("---")
|
| 445 |
gr.Markdown("### 2. Regression models: FNet3D, VSCyto3D")
|
| 446 |
with gr.Row():
|
| 447 |
with gr.Column(scale=1):
|
|
|
|
| 456 |
reg_plot = gr.Plot(label="Predictions")
|
| 457 |
|
| 458 |
# ---- 3. Generative model: CELL-Diff ---------------------------------
|
| 459 |
+
gr.Markdown("---")
|
| 460 |
gr.Markdown("### 3. Generative model: CELL-Diff")
|
| 461 |
with gr.Row():
|
| 462 |
with gr.Column(scale=1):
|