Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks(
|
|
147 |
# Output text
|
148 |
output_text = gr.Textbox(
|
149 |
label="AI Analysis Report",
|
150 |
-
lines=
|
151 |
max_lines=100,
|
152 |
show_copy_button=True,
|
153 |
placeholder="Upload an X-ray image and click 'Analyze X-ray' to see the AI analysis results here..."
|
|
|
147 |
# Output text
|
148 |
output_text = gr.Textbox(
|
149 |
label="AI Analysis Report",
|
150 |
+
lines=28,
|
151 |
max_lines=100,
|
152 |
show_copy_button=True,
|
153 |
placeholder="Upload an X-ray image and click 'Analyze X-ray' to see the AI analysis results here..."
|