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