Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -302,7 +302,7 @@ def generar_noticia(instrucciones, hechos, tamaño, tono, *args):
|
|
302 |
|
303 |
|
304 |
with gr.Blocks() as demo:
|
305 |
-
gr.Markdown("##
|
306 |
with gr.Row():
|
307 |
with gr.Column(scale=2):
|
308 |
instrucciones = gr.Textbox(label="Instrucciones para la noticia", lines=2)
|
|
|
302 |
|
303 |
|
304 |
with gr.Blocks() as demo:
|
305 |
+
gr.Markdown("## Generador de noticias todo en uno")
|
306 |
with gr.Row():
|
307 |
with gr.Column(scale=2):
|
308 |
instrucciones = gr.Textbox(label="Instrucciones para la noticia", lines=2)
|