Update app.py
Browse files
app.py
CHANGED
@@ -426,7 +426,7 @@ def main():
|
|
426 |
[object_output, object_validation_output, object_chart]
|
427 |
)
|
428 |
|
429 |
-
with gr.
|
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.
|