SHAH-MEER commited on
Commit
6a5d39c
·
verified ·
1 Parent(s): 3e5c95a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=35)
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():