deekshith-rj commited on
Commit
2ab4d00
·
verified ·
1 Parent(s): d8c3f71

Update app_gradio.py

Browse files

Minor typo correction

Files changed (1) hide show
  1. app_gradio.py +1 -1
app_gradio.py CHANGED
@@ -40,7 +40,7 @@ app = gr.Interface(
40
  gr.HTML(label="Source Documents")], # FIXME: the label is not showing
41
  examples=[
42
  ["Is Joe Biden offering motel stays to undocumented immigrants?"],
43
- ["Did Justin Trudeau sits in protest in support of the protesting Indian farmers?"],
44
  ])
45
 
46
  if __name__ == "__main__":
 
40
  gr.HTML(label="Source Documents")], # FIXME: the label is not showing
41
  examples=[
42
  ["Is Joe Biden offering motel stays to undocumented immigrants?"],
43
+ ["Did Justin Trudeau sit in protest in support of the protesting Indian farmers?"],
44
  ])
45
 
46
  if __name__ == "__main__":