aifeifei798 commited on
Commit
24dfd0b
·
verified ·
1 Parent(s): 5efcfe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=30,
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..."