CamiloVega commited on
Commit
cf22bb0
·
verified ·
1 Parent(s): 138618e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("## Chatbot de noticias")
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)