Gabriel commited on
Commit
7591909
Β·
verified Β·
1 Parent(s): cddaa83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,9 +26,9 @@ with gr.Blocks(title="Riksarkivet", theme=theme, css=css) as demo:
26
 
27
  with gr.Tab("HTRflow"):
28
  gr.Markdown("")
29
- gr.Markdown("<h1 style='color: red;'> 🚨 The HTRFlow Demo is currently not available. We plan to re-launch an updated version in February 2025 🚨 </h1>")
30
 
31
- gr.Markdown("In the meantime, see the [HTRflow docs](https://ai-riksarkivet.github.io/htrflow/latest/)")
32
  # with gr.Tab("Overview"):
33
  # overview.render()
34
 
 
26
 
27
  with gr.Tab("HTRflow"):
28
  gr.Markdown("")
29
+ gr.Markdown("<h1 style='color: red;'> 🚧 The HTRFlow Demo is currently not available. We plan to re-launch an updated version in February 2025 🚧 </h1>")
30
 
31
+ gr.Markdown("In the meantime, see the [HTRflow πŸ“„](https://ai-riksarkivet.github.io/htrflow/latest/)")
32
  # with gr.Tab("Overview"):
33
  # overview.render()
34