Gabriel commited on
Commit
a052fd9
1 Parent(s): fcad386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +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
  with gr.Row():
17
  with gr.Column(scale=1):
18
  text_ip_output = gr.Markdown(TextApp.demo_version)
 
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)