Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -501,7 +501,7 @@ with gr.Blocks(title="Code Assistant", theme=gr.themes.Soft()) as ui:
|
|
| 501 |
gr.Markdown("### Understand Your Code")
|
| 502 |
with gr.Row():
|
| 503 |
code = gr.Code(label="Your Code", lines=20, language='python', value=python_example)
|
| 504 |
-
output = gr.Textbox(label="Explanation", lines=
|
| 505 |
with gr.Row():
|
| 506 |
model = gr.Dropdown(["GPT", "Claude", "DeepSeek"], value="DeepSeek", label="Select Model")
|
| 507 |
with gr.Row():
|
|
|
|
| 501 |
gr.Markdown("### Understand Your Code")
|
| 502 |
with gr.Row():
|
| 503 |
code = gr.Code(label="Your Code", lines=20, language='python', value=python_example)
|
| 504 |
+
output = gr.Textbox(label="Explanation", lines=20)
|
| 505 |
with gr.Row():
|
| 506 |
model = gr.Dropdown(["GPT", "Claude", "DeepSeek"], value="DeepSeek", label="Select Model")
|
| 507 |
with gr.Row():
|