Skip to content
Snippets Groups Projects
Commit 4dcf2a19 authored by Evert Bouman's avatar Evert Bouman
Browse files

Revert back to website wihout image

parent 05a44875
No related branches found
No related tags found
No related merge requests found
import streamlit as st
import matplotlib.pyplot as plt
import json
from PIL import Image
## questions based on https://github.com/au-research/FAIR-Data-Assessment-Tool
# https://ardc.edu.au/resource/fair-data-self-assessment-tool/
......@@ -45,9 +45,6 @@ Contact: embo@nilu.no ; eab@nilu.no
## FAIR assessment tool:
""")
image = Image.open(r'P:\IMPACT\Data\FAIRdataprinciples_foster.png')
st.image(image, caption= "Cartoon from https://www.openaire.eu/images/Guides/FAIRdataprinciples_foster.png")
class FAIR_assessment():
def __init__(self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment