JoBeer commited on
Commit
4185abb
·
1 Parent(s): 04e7c76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -40,6 +40,7 @@ interface = gr.Interface(fn = predict,
40
  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.",
41
  article = """<center><Strong><font size="5em">Functionality and further development of the demo</font></strong>
42
  <br>
43
- <img src='https://imagizer.imageshack.com/img924/6072/NhrX5g.png' width=900p></center>""")
 
44
 
45
  interface.launch()
 
40
  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.",
41
  article = """<center><Strong><font size="5em">Functionality and further development of the demo</font></strong>
42
  <br>
43
+ <br>
44
+ <img src='https://imagizer.imageshack.com/img923/6324/WOXHiX.png' width=900p></center>""")
45
 
46
  interface.launch()