Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|