keefereuther commited on
Commit
61f6126
·
verified ·
1 Parent(s): 583ce16

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +5 -9
config.py CHANGED
@@ -225,16 +225,12 @@ instructions = '''This is a basic chatbot template. Place user instructions here
225
  # The opening message that will be displayed in the chat when the page loads
226
  opening_message = '''👋 **Welcome to the Confidence Intervals Chatbot!**
227
 
228
- Hello! Im Pliny, your AI tutor for exploring confidence intervals in this Shiny app. I’m here to guide you as you tinker with sample sizes, standard deviations, and confidence levels. Feel free to ask me questions about:
229
- - How to interpret your single-sample histogram and the confidence interval around the mean.
230
- - Why sample size and variability (standard deviation) influence the precision of your estimates.
231
- - Strategies for making sense of the guiding questions in the sidebar.
232
- - Real-world scenarios where confidence intervals help you make informed decisions.
233
-
234
- I encourage you to think critically about the data you generate, run multiple tests, and compare outcomes. Let’s work together to deepen your understanding of the underlying statistics, one sample at a time.
235
-
236
- Lastly, remember that **generative AI can make errors**. These chats do not replace verified classroom resources but can serve as a springboard for exploration and understanding. I look forward to discussing your discoveries with you!'''
237
 
 
 
238
 
 
 
239
  warning_message = "**Generative AI can make errors and does not replace verified and reputable online and classroom resources.**"
240
 
 
225
  # The opening message that will be displayed in the chat when the page loads
226
  opening_message = '''👋 **Welcome to the Confidence Intervals Chatbot!**
227
 
228
+ I'm here to facillitate as you attempt to use this simulation to answer the following:
 
 
 
 
 
 
 
 
229
 
230
+ - **Question 1:** “How does increasing sample size or standard deviation affect the certainty that your sample mean is close to the true population mean?”
231
+ - **Question 2:** “If the standard deviation is 4, what is the minimum sample size you should consider collecting if you want your sample mean to be likely within 1 of the population mean?”
232
 
233
+ See what patterns you find when you adjust the simulation's parameters and repeatedly generate sample means.
234
+ '''
235
  warning_message = "**Generative AI can make errors and does not replace verified and reputable online and classroom resources.**"
236