BhumikaMak commited on
Commit
16d9483
·
verified ·
1 Parent(s): 13264bc

resolved component height

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(css=custom_css) as interface:
110
  label="Results",
111
  rows=1,
112
  object_fit="contain",
113
- height=200, # Adjust height automatically based on content
114
  columns=1
115
 
116
  )
@@ -127,7 +127,7 @@ with gr.Blocks(css=custom_css) as interface:
127
  label="Deep Feature Factorization",
128
  rows=1,
129
  object_fit="contain",
130
- height=200, # Adjust height automatically based on content
131
  columns=1
132
 
133
  )
 
110
  label="Results",
111
  rows=1,
112
  object_fit="contain",
113
+ height=400, # Adjust height automatically based on content
114
  columns=1
115
 
116
  )
 
127
  label="Deep Feature Factorization",
128
  rows=1,
129
  object_fit="contain",
130
+ height=400, # Adjust height automatically based on content
131
  columns=1
132
 
133
  )