Spaces:
Sleeping
Sleeping
Quito logo y títulos para mejorar incrustado en Programamos website
Browse files
app.py
CHANGED
@@ -201,18 +201,18 @@ def create_interface():
|
|
201 |
""") as interface:
|
202 |
with gr.Column(elem_classes="container"):
|
203 |
# Logo centrado
|
204 |
-
gr.HTML("""
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
""")
|
211 |
|
212 |
-
with gr.Column(elem_classes="centered-title"):
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
|
217 |
with gr.Tab("Entrenamiento"):
|
218 |
text_input = gr.Textbox(
|
|
|
201 |
""") as interface:
|
202 |
with gr.Column(elem_classes="container"):
|
203 |
# Logo centrado
|
204 |
+
#gr.HTML("""
|
205 |
+
# <div class="logo">
|
206 |
+
# <img src="https://programamos.es/web/wp-content/uploads/2014/09/ProgramamosLogo.png"
|
207 |
+
# alt="Programamos Logo"
|
208 |
+
# style="height: 100px; object-fit: contain;">
|
209 |
+
# </div>
|
210 |
+
#""")
|
211 |
|
212 |
+
#with gr.Column(elem_classes="centered-title"):
|
213 |
+
# gr.Markdown("# ¡Construye tu propio miniGPT!")
|
214 |
+
# gr.Markdown("### En la pestaña Entrenamiento puedes copiar o subir un texto base y entrenar tu miniGPT")
|
215 |
+
# gr.Markdown("### En la pestaña Predicción puedes comenzar a escribir un texto y usar tu miniGPT para continuarlo automáticamente")
|
216 |
|
217 |
with gr.Tab("Entrenamiento"):
|
218 |
text_input = gr.Textbox(
|