JoBeer commited on
Commit
5868f6a
·
1 Parent(s): 5aa8654

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,6 +34,6 @@ interface = gr.Interface(fn = predict,
34
  title = 'ECLASS-Property-Search',
35
  description = "This is a semantic search algorithm that mapps unknown pump properties to the ECLASS standard. It is created by the GART-labortory ot the cologne university of applied science for the use case of semantic interoperable asset administration shells.",
36
  article = """<center><Strong><font size="4em">Functionality and further development of the demo</font></strong></center>
37
- <img src='https://imagizer.imageshack.com/v2/1360x601q70/924/NhrX5g.png' width=600p>""")
38
 
39
  interface.launch()
 
34
  title = 'ECLASS-Property-Search',
35
  description = "This is a semantic search algorithm that mapps unknown pump properties to the ECLASS standard. It is created by the GART-labortory ot the cologne university of applied science for the use case of semantic interoperable asset administration shells.",
36
  article = """<center><Strong><font size="4em">Functionality and further development of the demo</font></strong></center>
37
+ <img src='https://imagizer.imageshack.com/img924/6072/NhrX5g.png' width=600p>""")
38
 
39
  interface.launch()