JasonData commited on
Commit
1e7cb8f
1 Parent(s): 455b13c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
74
 
75
  with gr.Row():
76
  caseStudy = gr.Checkbox(label="Case Study", info="Does this question test the application of theory in real life scenarios?")
77
- latex = gr.Checkbox(label="LaTeX", info="Display all equations in LaTeX format?")
78
 
79
  additionalInfo = gr.Textbox(label="Additional information (prompt)", placeholder="Give a scenario where Jim and John are working in a garden....")
80
 
 
74
 
75
  with gr.Row():
76
  caseStudy = gr.Checkbox(label="Case Study", info="Does this question test the application of theory in real life scenarios?")
77
+ latex = gr.Checkbox(label="LaTeX", value=True, info="Display all equations in LaTeX format?")
78
 
79
  additionalInfo = gr.Textbox(label="Additional information (prompt)", placeholder="Give a scenario where Jim and John are working in a garden....")
80