Gabriel commited on
Commit
264a866
·
verified ·
1 Parent(s): a052fd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -13,7 +13,7 @@ from tabs.stepwise_htr_tool import stepwise_htr_tool_tab
13
  session_uuid = str(uuid.uuid1())
14
 
15
  with gr.Blocks(title="Riksarkivet", theme=theme, css=css) as demo:
16
- gr.Markdown("<h1 style='color: red;'>APP is currently not working</h1>")
17
  with gr.Row():
18
  with gr.Column(scale=1):
19
  text_ip_output = gr.Markdown(TextApp.demo_version)
@@ -23,14 +23,16 @@ with gr.Blocks(title="Riksarkivet", theme=theme, css=css) as demo:
23
  gr.Markdown(TextApp.title_markdown_img)
24
 
25
  with gr.Tabs():
26
- with gr.Tab("Fast track"):
 
 
 
27
  htr_tool_tab.render()
28
 
29
- with gr.Tab("Stepwise"):
30
  stepwise_htr_tool_tab.render()
31
 
32
- with gr.Tab("Overview"):
33
- overview.render()
34
 
35
  with gr.Tab("How to use"):
36
  with gr.Row():
 
13
  session_uuid = str(uuid.uuid1())
14
 
15
  with gr.Blocks(title="Riksarkivet", theme=theme, css=css) as demo:
16
+ 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>")
17
  with gr.Row():
18
  with gr.Column(scale=1):
19
  text_ip_output = gr.Markdown(TextApp.demo_version)
 
23
  gr.Markdown(TextApp.title_markdown_img)
24
 
25
  with gr.Tabs():
26
+ with gr.Tab("Overview"):
27
+ overview.render()
28
+
29
+ with gr.Tab("Fast track", interactive=False):
30
  htr_tool_tab.render()
31
 
32
+ with gr.Tab("Stepwise", interactive=False):
33
  stepwise_htr_tool_tab.render()
34
 
35
+
 
36
 
37
  with gr.Tab("How to use"):
38
  with gr.Row():