BhumikaMak commited on
Commit
f0ee106
·
verified ·
1 Parent(s): b3188de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks(css=custom_css) as interface:
136
  rows=1,
137
  columns=1,
138
  object_fit="contain",
139
- height=300 # Adjust as needed
140
 
141
  )
142
 
 
136
  rows=1,
137
  columns=1,
138
  object_fit="contain",
139
+ height="auto" # Adjust as needed
140
 
141
  )
142