daqc commited on
Commit
f067429
·
verified ·
1 Parent(s): 5839e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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 &nbsp;|&nbsp; <a href="https://github.com/mcdaqc/Iberotales" target="_blank" style="text-decoration: none;">GitHub</a> &nbsp;|&nbsp; <a href="https://huggingface.co/somosnlp-hackathon-2025/iberotales-gemma-3-1b-it-es" target="_blank" style="text-decoration: none;">Modelo</a> &nbsp;|&nbsp; <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>Alineando modelos de lenguaje con la narrativa de mitos y leyendas de Iberoamérica.</em></p>
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 &nbsp;|&nbsp; <a href="https://github.com/mcdaqc/Iberotales" target="_blank" style="text-decoration: none;">GitHub</a> &nbsp;|&nbsp; <a href="https://huggingface.co/somosnlp-hackathon-2025/iberotales-gemma-3-1b-it-es" target="_blank" style="text-decoration: none;">Modelo</a> &nbsp;|&nbsp; <a href="https://huggingface.co/somosnlp-hackathon-2025/iberotales-gemma-3-1b-it-es-finetune-gguf" target="_blank" style="text-decoration: none;">GGUF</a> &nbsp;|&nbsp; <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():