Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -217,22 +217,22 @@ with demo:
|
|
217 |
|
218 |
with intro:
|
219 |
gr.Markdown("Demoa probatzeko epea amaitu da. Eskerrik asko parte-hartzeagatik!<br><br>El periodo de prueba de la demo ha concluido. 隆Muchas gracias por tu participaci贸n!<br><br>The testing period of the demo has ended. Thank you very much for your participation!", elem_id=["intro-text"])
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
</div>
|
227 |
-
<img src="https://www.orai.eus/themes/custom/orai_for_drupal9/orai_bw.svg" width=175/>
|
228 |
-
</div>
|
229 |
-
<div id="orai-info-text">
|
230 |
-
<p>The <span class="bold">LANGSWITCH</span> sub-project is part of the Open Call 1 of the <span class="bold">SERMAS</span> project. The goal of the <span class="bold">SERMAS</span> project is to provide socially-acceptable extended reality models and systems.</p>
|
231 |
-
<p>The technology powering LANGSWITCH was developed by <span class="bold">Orai NLP Teknologiak</span></p>
|
232 |
-
<p><span class="bold">Orai NLP Teknologiak</span> specializes in research, development, and innovation in artificial intelligence, with a focus on fostering a more competitive industrial and business landscape, enhancing public administration efficiency, and promoting a more inclusive society.</p>
|
233 |
</div>
|
234 |
-
|
235 |
-
<p>""")
|
236 |
'''
|
237 |
gr.Markdown("""
|
238 |
<span style="display:inline-flex; align-items:center;">
|
|
|
217 |
|
218 |
with intro:
|
219 |
gr.Markdown("Demoa probatzeko epea amaitu da. Eskerrik asko parte-hartzeagatik!<br><br>El periodo de prueba de la demo ha concluido. 隆Muchas gracias por tu participaci贸n!<br><br>The testing period of the demo has ended. Thank you very much for your participation!", elem_id=["intro-text"])
|
220 |
+
gr.HTML("""
|
221 |
+
<div id="orai-info">
|
222 |
+
<div class="logos">
|
223 |
+
<div class="sermas-logo">
|
224 |
+
<img src="https://sermasproject.eu/wp-content/uploads/2023/04/sermas-logo.png" width=100/>
|
225 |
+
<span>SERMAS</span>
|
226 |
+
</div>
|
227 |
+
<img src="https://www.orai.eus/themes/custom/orai_for_drupal9/orai_bw.svg" width=175/>
|
228 |
+
</div>
|
229 |
+
<div id="orai-info-text">
|
230 |
+
<p>The <span class="bold">LANGSWITCH</span> sub-project is part of the Open Call 1 of the <span class="bold">SERMAS</span> project. The goal of the <span class="bold">SERMAS</span> project is to provide socially-acceptable extended reality models and systems.</p>
|
231 |
+
<p>The technology powering LANGSWITCH was developed by <span class="bold">Orai NLP Teknologiak</span></p>
|
232 |
+
<p><span class="bold">Orai NLP Teknologiak</span> specializes in research, development, and innovation in artificial intelligence, with a focus on fostering a more competitive industrial and business landscape, enhancing public administration efficiency, and promoting a more inclusive society.</p>
|
233 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
234 |
</div>
|
235 |
+
<p>""")
|
|
|
236 |
'''
|
237 |
gr.Markdown("""
|
238 |
<span style="display:inline-flex; align-items:center;">
|