ruisp commited on
Commit
f2aaf31
·
1 Parent(s): 16abd01

Update public_app.py

Browse files
Files changed (1) hide show
  1. public_app.py +1 -1
public_app.py CHANGED
@@ -84,7 +84,7 @@ if __name__ == '__main__':
84
  ['Who were the voting members present in the meeting on March 2010?'],
85
  ['How important was the pandemic of Covid-19 in the discussions during 2020?'],
86
  ['What was the impact of the oil crisis for the economic outlook during 1973?']],
87
- cache_examples=True
88
  )
89
  app.queue()
90
  app.launch()
 
84
  ['Who were the voting members present in the meeting on March 2010?'],
85
  ['How important was the pandemic of Covid-19 in the discussions during 2020?'],
86
  ['What was the impact of the oil crisis for the economic outlook during 1973?']],
87
+ cache_examples=False
88
  )
89
  app.queue()
90
  app.launch()