RajatChaudhari commited on
Commit
482281a
1 Parent(s): 597a7f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,5 +96,5 @@ if __name__ == "__main__":
96
 
97
  iface = gr.Interface(fn = greet, inputs = "text", outputs = gr.Textbox(lines = 5, label = "Answer"), title = title,
98
  description = description,
99
- articl = article,)
100
  iface.launch(share = True)
 
96
 
97
  iface = gr.Interface(fn = greet, inputs = "text", outputs = gr.Textbox(lines = 5, label = "Answer"), title = title,
98
  description = description,
99
+ article = article,)
100
  iface.launch(share = True)