Mustehson commited on
Commit
8856e7f
·
verified ·
1 Parent(s): a8d09b2

Removed max_width

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -207,12 +207,12 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="purple", secondary_hue="indigo"
207
 
208
  with gr.Tab("Description"):
209
  with gr.Row():
210
- with gr.Column(min_width=220):
211
  data_description = gr.DataFrame(label="Data Description", value=[], interactive=False)
212
  with gr.Row():
213
- with gr.Column(min_width=320):
214
  describe_cat = gr.DataFrame(label="Categorical Information", value=[], interactive=False)
215
- with gr.Column(min_width=320):
216
  describe_num = gr.DataFrame(label="Numerical Information", value=[], interactive=False)
217
 
218
  with gr.Tab("Alerts"):
 
207
 
208
  with gr.Tab("Description"):
209
  with gr.Row():
210
+ with gr.Column():
211
  data_description = gr.DataFrame(label="Data Description", value=[], interactive=False)
212
  with gr.Row():
213
+ with gr.Column():
214
  describe_cat = gr.DataFrame(label="Categorical Information", value=[], interactive=False)
215
+ with gr.Column():
216
  describe_num = gr.DataFrame(label="Numerical Information", value=[], interactive=False)
217
 
218
  with gr.Tab("Alerts"):