ruisp commited on
Commit
606b05f
1 Parent(s): c719df9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -79,5 +79,6 @@ if __name__ == '__main__':
79
  ['Who were the voting members present in the meeting on March 2010?'],
80
  ['How important was the pandemic of Covid-19 in the discussions during 2020?'],
81
  ['What was the impact of the oil crisis for the economic outlook during 1973?']],
 
82
  )
83
- app.launch(cache_examples=False)
 
79
  ['Who were the voting members present in the meeting on March 2010?'],
80
  ['How important was the pandemic of Covid-19 in the discussions during 2020?'],
81
  ['What was the impact of the oil crisis for the economic outlook during 1973?']],
82
+ cache_examples=False
83
  )
84
+ app.launch()