owaiskha9654 commited on
Commit
b3f7ddc
Β·
1 Parent(s): a63767e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ app = gr.Interface(
95
  examples=examples,
96
  title=title,
97
  description=description,
98
- article=[text1,text2,text3,text4],
99
  allow_flagging='never',
100
  analytics_enabled=False,
101
  )
 
95
  examples=examples,
96
  title=title,
97
  description=description,
98
+ article=text1,
99
  allow_flagging='never',
100
  analytics_enabled=False,
101
  )