Spaces:
Sleeping
Sleeping
Removed max_width
Browse files
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(
|
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"):
|
|
|
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"):
|