aifeifei798 commited on
Commit
3ee0598
·
verified ·
1 Parent(s): f2a2c7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=15,
150
- max_lines=20,
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
  )