Update app.py
Browse files
app.py
CHANGED
@@ -450,8 +450,8 @@ with gr.Blocks(fill_height=True, title="Iberotales", css=custom_css) as demo:
|
|
450 |
gr.HTML("""
|
451 |
<div class="header-info">
|
452 |
<h1>📚 Iberotales</h1>
|
453 |
-
<p><strong>Autor:</strong> David Quispe | <a href="https://github.com/mcdaqc/Iberotales" target="_blank" style="text-decoration: none;">GitHub</a> | <a href="https://huggingface.co/somosnlp-hackathon-2025/iberotales-gemma-3-1b-it-es" target="_blank" style="text-decoration: none;">Modelo</a> | <a href="https://huggingface.co/somosnlp-hackathon-2025/iberotales-gemma-3-1b-it-es-finetune-gguf" target="_blank" style="text-decoration: none;">GGUF</a></p>
|
454 |
-
<p><em>
|
455 |
<p><em>Hackathon SomosNLP 2025</em></p>
|
456 |
</div>
|
457 |
""")
|
@@ -485,8 +485,7 @@ with gr.Blocks(fill_height=True, title="Iberotales", css=custom_css) as demo:
|
|
485 |
chatbot = gr.Chatbot(
|
486 |
type="messages",
|
487 |
show_label=False,
|
488 |
-
height=400
|
489 |
-
avatar_images=(None, "🏛️")
|
490 |
)
|
491 |
|
492 |
with gr.Row():
|
|
|
450 |
gr.HTML("""
|
451 |
<div class="header-info">
|
452 |
<h1>📚 Iberotales</h1>
|
453 |
+
<p><strong>Autor:</strong> David Quispe | <a href="https://github.com/mcdaqc/Iberotales" target="_blank" style="text-decoration: none;">GitHub</a> | <a href="https://huggingface.co/somosnlp-hackathon-2025/iberotales-gemma-3-1b-it-es" target="_blank" style="text-decoration: none;">Modelo</a> | <a href="https://huggingface.co/somosnlp-hackathon-2025/iberotales-gemma-3-1b-it-es-finetune-gguf" target="_blank" style="text-decoration: none;">GGUF</a> | <a href="https://huggingface.co/google/gemma-3-1b-it" target="_blank" style="text-decoration: none;">Base</a></p>
|
454 |
+
<p><em>Generador de historias basadas en mitos y leyendas de Iberoamérica.</em></p>
|
455 |
<p><em>Hackathon SomosNLP 2025</em></p>
|
456 |
</div>
|
457 |
""")
|
|
|
485 |
chatbot = gr.Chatbot(
|
486 |
type="messages",
|
487 |
show_label=False,
|
488 |
+
height=400
|
|
|
489 |
)
|
490 |
|
491 |
with gr.Row():
|