Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|