fffiloni commited on
Commit
b92bee7
1 Parent(s): de4a512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -99,5 +99,7 @@ io = gr.Interface(
99
  inputs,
100
  outputs,
101
  allow_flagging=False,
 
 
102
  )
103
  io.launch()
99
  inputs,
100
  outputs,
101
  allow_flagging=False,
102
+ title=title,
103
+ article=article
104
  )
105
  io.launch()