Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|