cryptocalypse commited on
Commit
0ab84de
·
verified ·
1 Parent(s): 9b9d305

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ with gr.Blocks(title="Holmes pubication manager") as app:
45
  respond,
46
  retry_btn=None,
47
  undo_btn="Undo",
48
- clear_btn="Clear",
49
- examples=["Dame un tweet de noticias de Barcelona"]
50
  )
51
 
52
  """
 
45
  respond,
46
  retry_btn=None,
47
  undo_btn="Undo",
48
+ clear_btn="Clear"
49
+
50
  )
51
 
52
  """