JoBeer commited on
Commit
cc5a64b
·
1 Parent(s): b375a6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,7 +33,8 @@ interface = gr.Interface(fn = predict,
33
  #theme = 'huggingface',
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> <br>
 
37
  <img src='https://imagizer.imageshack.com/img924/6072/NhrX5g.png' width=900p></center>""")
38
 
39
  interface.launch()
 
33
  #theme = 'huggingface',
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="5em">Functionality and further development of the demo</font></strong>
37
+ <br>
38
  <img src='https://imagizer.imageshack.com/img924/6072/NhrX5g.png' width=900p></center>""")
39
 
40
  interface.launch()