BhumikaMak commited on
Commit
4c2579f
·
verified ·
1 Parent(s): bd978da

resolved runtime error

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(css=custom_css) as interface:
112
  object_fit="contain",
113
  height="auto", # Adjust height automatically based on content
114
  width="100%"
115
- )
116
 
117
  netron_display = gr.HTML(label="Netron Visualization")
118
 
@@ -127,9 +127,8 @@ with gr.Blocks(css=custom_css) as interface:
127
  label="Deep Feature Factorization",
128
  rows=1,
129
  object_fit="contain",
130
- height="auto", # Adjust height automatically based on content
131
- width="100%"
132
- )
133
 
134
 
135
  # Multi-threaded processing
 
112
  object_fit="contain",
113
  height="auto", # Adjust height automatically based on content
114
  width="100%"
115
+ ).style(grid=[1], height="auto")
116
 
117
  netron_display = gr.HTML(label="Netron Visualization")
118
 
 
127
  label="Deep Feature Factorization",
128
  rows=1,
129
  object_fit="contain",
130
+ height="auto" # Adjust height automatically based on content
131
+ ).style(grid=[1], height="auto")
 
132
 
133
 
134
  # Multi-threaded processing