delightfulrachel commited on
Commit
5cd650b
·
verified ·
1 Parent(s): 16891f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -426,7 +426,7 @@ def main():
426
  [object_output, object_validation_output, object_chart]
427
  )
428
 
429
- with gr.Accordion("About This Tool", open=False):
430
  gr.Markdown("""
431
  • Primary Model: Performs the initial code conversion or correction.
432
  • Validation Model: Reviews and validates the output from the primary model, identifying potential issues or improvements.
 
426
  [object_output, object_validation_output, object_chart]
427
  )
428
 
429
+ with gr.Markdown("About This Tool", open=False):
430
  gr.Markdown("""
431
  • Primary Model: Performs the initial code conversion or correction.
432
  • Validation Model: Reviews and validates the output from the primary model, identifying potential issues or improvements.