JoBeer commited on
Commit
55ec125
·
1 Parent(s): 5868f6a

Update app.py

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