Ryan commited on
Commit
44ba4b0
·
1 Parent(s): 4eeaa4f

gradio fixes

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -79,7 +79,8 @@ with gr.Blocks(title="80,000 Hours Q&A", theme=gr.themes.Soft(), css="""
79
  "What skills will be most in demand in the next 5–10 years?",
80
  "How can I work on the world's most pressing problems?",
81
  "How do I figure out what I want to do with my life?",
82
- ]
 
83
  )
84
 
85
  # --- Launch Logic ---
 
79
  "What skills will be most in demand in the next 5–10 years?",
80
  "How can I work on the world's most pressing problems?",
81
  "How do I figure out what I want to do with my life?",
82
+ ],
83
+ cache_examples=False
84
  )
85
 
86
  # --- Launch Logic ---