deekshith-rj
commited on
Update app_gradio.py
Browse filesMinor typo correction
- 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
|
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__":
|