Commit
·
4e1d5ba
1
Parent(s):
db668f6
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ class MistralChatBot:
|
|
86 |
mistral_bot = MistralChatBot()
|
87 |
|
88 |
title = """
|
89 |
-
<h1 style='text-align: center; font-weight: bold; font-size:
|
90 |
"""
|
91 |
description = """
|
92 |
<p style='text-align: justify;'>
|
@@ -253,7 +253,6 @@ with gr.Blocks(theme = 'carlosrosash/bellay_test') as demo:
|
|
253 |
clear_button.click(clear_all, outputs=[user_input, dropdown, temperature_slider, output_text])
|
254 |
|
255 |
# Examples section
|
256 |
-
gr.Markdown("<h2>Examples</h2>")
|
257 |
gr.Examples(
|
258 |
examples=[
|
259 |
["Comment faire une bonne madeleine ? Donne-moi une recette détaillée avec les ingrédients.", "Proust", 0.7],
|
|
|
86 |
mistral_bot = MistralChatBot()
|
87 |
|
88 |
title = """
|
89 |
+
<h1 style='text-align: center; font-weight: bold; font-size: 50px;'> Bellay, le premier LLM de la littérature française</h1>
|
90 |
"""
|
91 |
description = """
|
92 |
<p style='text-align: justify;'>
|
|
|
253 |
clear_button.click(clear_all, outputs=[user_input, dropdown, temperature_slider, output_text])
|
254 |
|
255 |
# Examples section
|
|
|
256 |
gr.Examples(
|
257 |
examples=[
|
258 |
["Comment faire une bonne madeleine ? Donne-moi une recette détaillée avec les ingrédients.", "Proust", 0.7],
|