Gabriel commited on
Commit
e9bc3d5
1 Parent(s): be6dee0

change howto stepwise

Browse files
Files changed (1) hide show
  1. app.py +1 -11
app.py CHANGED
@@ -34,17 +34,7 @@ with gr.Blocks(title="HTR Riksarkivet", theme=theme, css=css) as demo:
34
 
35
  with gr.Tab("Stepwise HTR Tool"):
36
  with gr.Row().style(equal_height=False):
37
- with gr.Column():
38
- gr.Markdown(TextHowTo.stepwise_htr_tool)
39
-
40
- with gr.Column():
41
- gr.Markdown(TextHowTo.both_htr_tool_video)
42
- gr.Video(
43
- value="https://github.com/Borg93/htr_gradio_file_placeholder/raw/main/eating_spaghetti.mp4",
44
- label="How to use Stepwise HTR Tool",
45
- )
46
- gr.Markdown(TextHowTo.reach_out)
47
-
48
  with gr.Row():
49
  gr.Markdown(TextHowTo.stepwise_htr_tool_tab_intro)
50
  with gr.Row():
 
34
 
35
  with gr.Tab("Stepwise HTR Tool"):
36
  with gr.Row().style(equal_height=False):
37
+ gr.Markdown(TextHowTo.stepwise_htr_tool)
 
 
 
 
 
 
 
 
 
 
38
  with gr.Row():
39
  gr.Markdown(TextHowTo.stepwise_htr_tool_tab_intro)
40
  with gr.Row():