gizemsarsinlar commited on
Commit
8344cc1
·
verified ·
1 Parent(s): e05bc4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(title="Art Analysis with Phi-4") as demo:
82
  output_text = gr.Textbox(
83
  label="Art Analysis Result",
84
  placeholder="The AI's response will appear here...",
85
- lines=25,
86
  interactive=False,
87
  )
88
 
 
82
  output_text = gr.Textbox(
83
  label="Art Analysis Result",
84
  placeholder="The AI's response will appear here...",
85
+ lines=22,
86
  interactive=False,
87
  )
88