Ashwin V. Mohanan commited on
Commit
4404f06
·
1 Parent(s): 1846d66

Adjust sidebar

Browse files
app/content/main_sub_title.md CHANGED
@@ -1,5 +1,9 @@
1
  <a href="https://dawsonia.readthedocs.io">
2
- <img src="https://git.smhi.se/ai-for-obs/dawsonia/-/raw/main/docs/source/_static/smhi_logo_black_8mm.png" width="17%"
3
- align="right" margin-right="200" />
4
- <img src="https://media.enccs.se/2022/12/ENCCS-Logo-Horizontal-Colour-low-res-323.png" width="17%" alt="">
 
 
 
 
5
  </a>
 
1
  <a href="https://dawsonia.readthedocs.io">
2
+ <img src="https://git.smhi.se/ai-for-obs/dawsonia/-/raw/main/docs/source/_static/smhi_logo_black_8mm.png" width="20%" alt="SMHI"
3
+ align="right" style="margin-right: 2rem;"
4
+ />
5
+ <a>
6
+ <a href="https://enccs.se">
7
+ <img src="https://media.enccs.se/2022/12/ENCCS-Logo-Horizontal-Colour-low-res-323.png" width="40%" alt="ENCCS"
8
+ />
9
  </a>
app/content/sidebar.md CHANGED
@@ -1,6 +1,6 @@
1
  ## Dawsonia App
2
 
3
- Welcome to the **Dawsonia App** – a demo web application developed by **SMHI**, in collaboration with [ENCCS](https://www.enccs.se/). [Dawsonia](https://dawsonia.readthedocs.io/en/latest) is a tool built for digitization of
4
  handwritten observations in weather journals
5
 
6
  ### How It Works
 
1
  ## Dawsonia App
2
 
3
+ Welcome to the **Dawsonia App** – a demo web application developed by [**SMHI**](https://smhi.se), in collaboration with [ENCCS](https://www.enccs.se/). [Dawsonia](https://dawsonia.readthedocs.io/en/latest) is a tool built for digitization of
4
  handwritten observations in weather journals
5
 
6
  ### How It Works
app/tabs/submit.py CHANGED
@@ -260,7 +260,7 @@ with gr.Blocks() as submit:
260
  return gr.update(value=None)
261
 
262
  gr.Warning("Digitizing uploaded images is not implemented yet! Work in progress!")
263
-
264
  return images
265
 
266
  run_button.click(
 
260
  return gr.update(value=None)
261
 
262
  gr.Warning("Digitizing uploaded images is not implemented yet! Work in progress!")
263
+ raise NotImplementedError("WIP")
264
  return images
265
 
266
  run_button.click(