gsasikiran commited on
Commit
ca55f88
·
1 Parent(s): 9976475

Add outputs text box

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ hf = gr.Interface(
10
  title=title,
11
  description=description,
12
  article=article,
 
13
  )
14
 
15
  hf.launch()
 
10
  title=title,
11
  description=description,
12
  article=article,
13
+ outputs = gr.Textbox(lines=2, label="Title")
14
  )
15
 
16
  hf.launch()