Vish2005 commited on
Commit
9d621a0
·
verified ·
1 Parent(s): 0639876

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as app:
61
 
62
  # Tab 3: Summary and Analysis
63
  with gr.Tab("Analysis"):
64
- summary = gr.Textbox(label="Summary of Selections", interactive=False)
65
  run_button = gr.Button("Run Analysis")
66
  result = gr.Textbox(label="Result", interactive=False)
67
 
 
61
 
62
  # Tab 3: Summary and Analysis
63
  with gr.Tab("Analysis"):
64
+ summary = gr.Textbox(label="Summary of Selections", interactive=False, lines=5)
65
  run_button = gr.Button("Run Analysis")
66
  result = gr.Textbox(label="Result", interactive=False)
67