Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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;'>
|
30 |
|
31 |
-
gr.Markdown("In the meantime, see the [HTRflow
|
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 |
|