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

resolved unexpected arg: width

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -111,7 +111,6 @@ with gr.Blocks(css=custom_css) as interface:
111
  rows=1,
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")
 
111
  rows=1,
112
  object_fit="contain",
113
  height="auto", # Adjust height automatically based on content
 
114
  ).style(grid=[1], height="auto")
115
 
116
  netron_display = gr.HTML(label="Netron Visualization")