lunadebruyne commited on
Commit
f291543
·
1 Parent(s): 0ec733f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -371,10 +371,11 @@ with gr.Blocks() as demo:
371
  gr.Markdown("""
372
  <font size="2">Both this demo and the dataset have been created by [LT3](https://lt3.ugent.be/), the Language and Translation Technology Team of Ghent University. The EmotioNL project has been carried out with support from the Research Foundation – Flanders (FWO). For any questions, please contact luna.debruyne@ugent.be.</font>
373
 
374
- <div style="display: grid;grid-template-columns:80px 150px auto;"><img style="margin-right: 1em" alt="UGent logo" src="https://lt3.ugent.be/static/images/logo_ugent_en.svg" height="58"> <img style="margin-right: 1em" alt="LT3 logo" src="https://lt3.ugent.be/static/images/logo_v2_single.png" width="136" height="58"> <img style="margin-right: 1em" alt="FWO logo" src="https://www.fwo.be/images/logo_desktop.png" height="58"></div>
375
  """)
376
  with gr.Column(scale=1, min_width=50):
377
  gr.Markdown("""
378
  """)
379
 
380
- demo.launch()
 
 
371
  gr.Markdown("""
372
  <font size="2">Both this demo and the dataset have been created by [LT3](https://lt3.ugent.be/), the Language and Translation Technology Team of Ghent University. The EmotioNL project has been carried out with support from the Research Foundation – Flanders (FWO). For any questions, please contact luna.debruyne@ugent.be.</font>
373
 
374
+ <div style="display: grid;grid-template-columns:150px auto;"> <img style="margin-right: 1em" alt="LT3 logo" src="https://lt3.ugent.be/static/images/logo_v2_single.png" width="136" height="58"> <img style="margin-right: 1em" alt="FWO logo" src="https://www.fwo.be/images/logo_desktop.png" height="58"></div>
375
  """)
376
  with gr.Column(scale=1, min_width=50):
377
  gr.Markdown("""
378
  """)
379
 
380
+ demo.launch()
381
+ # <div style="display: grid;grid-template-columns:80px 150px auto;"><img style="margin-right: 1em" alt="UGent logo" src="https://lt3.ugent.be/static/images/logo_ugent_en.svg" height="58"> <img style="margin-right: 1em" alt="LT3 logo" src="https://lt3.ugent.be/static/images/logo_v2_single.png" width="136" height="58"> <img style="margin-right: 1em" alt="FWO logo" src="https://www.fwo.be/images/logo_desktop.png" height="58"></div>