fabio-deep commited on
Commit
566b916
·
1 Parent(s): 146a6ea

update link

Browse files
Files changed (1) hide show
  1. app.py +9 -6
app.py CHANGED
@@ -427,9 +427,10 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
427
  with gr.Row().style(equal_height=True):
428
  with gr.Column(scale=1.75):
429
  gr.Markdown(
430
- "#### Intervention"
431
- + 28 * " "
432
  + "[arXiv paper](https://arxiv.org/abs/2306.15764)   |   [GitHub code](https://github.com/biomedia-mira/causal-gen)"
 
433
  )
434
  with gr.Column():
435
  do_y = gr.Checkbox(label="do(digit)", value=False)
@@ -487,9 +488,10 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
487
  with gr.Row():
488
  with gr.Column(scale=2.55):
489
  gr.Markdown(
490
- "#### Intervention"
491
- + 28 * " "
492
  + "[arXiv paper](https://arxiv.org/abs/2306.15764)   |   [GitHub code](https://github.com/biomedia-mira/causal-gen)"
 
493
  )
494
  with gr.Row():
495
  with gr.Column(min_width=200):
@@ -570,9 +572,10 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
570
  with gr.Row():
571
  with gr.Column(scale=2.55):
572
  gr.Markdown(
573
- "#### Intervention"
574
- + 28 * " "
575
  + "[arXiv paper](https://arxiv.org/abs/2306.15764)   |   [GitHub code](https://github.com/biomedia-mira/causal-gen)"
 
576
  )
577
  with gr.Row().style(equal_height=True):
578
  with gr.Column(min_width=200):
 
427
  with gr.Row().style(equal_height=True):
428
  with gr.Column(scale=1.75):
429
  gr.Markdown(
430
+ "**Intervention**"
431
+ + 20 * " "
432
  + "[arXiv paper](https://arxiv.org/abs/2306.15764)   |   [GitHub code](https://github.com/biomedia-mira/causal-gen)"
433
+ + "  |   Hint: try 90% zoom"
434
  )
435
  with gr.Column():
436
  do_y = gr.Checkbox(label="do(digit)", value=False)
 
488
  with gr.Row():
489
  with gr.Column(scale=2.55):
490
  gr.Markdown(
491
+ "**Intervention**"
492
+ + 20 * " "
493
  + "[arXiv paper](https://arxiv.org/abs/2306.15764)   |   [GitHub code](https://github.com/biomedia-mira/causal-gen)"
494
+ + "  |   Hint: try 90% zoom"
495
  )
496
  with gr.Row():
497
  with gr.Column(min_width=200):
 
572
  with gr.Row():
573
  with gr.Column(scale=2.55):
574
  gr.Markdown(
575
+ "**Intervention**"
576
+ + 20 * " "
577
  + "[arXiv paper](https://arxiv.org/abs/2306.15764)   |   [GitHub code](https://github.com/biomedia-mira/causal-gen)"
578
+ + "  |   Hint: try 90% zoom"
579
  )
580
  with gr.Row().style(equal_height=True):
581
  with gr.Column(min_width=200):