FahadAlam commited on
Commit
f315c6b
1 Parent(s): e35e1d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -43,12 +43,12 @@ def feature_select(dataset, feature, hue = None):
43
 
44
 
45
  with gr.Blocks() as demo:
46
- gr.Markdown("""### Input Dataset""")
47
  with gr.Row():
48
  dataset = gr.File()
49
  with gr.Row():
50
  dataframe = gr.Dataframe()
51
- gr.Markdown("""### Select the feature to visualize""")
52
  with gr.Row():
53
  with gr.Column():
54
  features = gr.Dropdown(label="Select feature to visualize")
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
57
  with gr.Row():
58
  btn = gr.Button("Visualize")
59
 
60
- gr.Markdown("""### Visualizations""")
61
  with gr.Row():
62
  plot1 = gr.Plot()
63
  with gr.Row():
 
43
 
44
 
45
  with gr.Blocks() as demo:
46
+ gr.Markdown("""## Input Dataset""")
47
  with gr.Row():
48
  dataset = gr.File()
49
  with gr.Row():
50
  dataframe = gr.Dataframe()
51
+ gr.Markdown("""## Select the feature to visualize""")
52
  with gr.Row():
53
  with gr.Column():
54
  features = gr.Dropdown(label="Select feature to visualize")
 
57
  with gr.Row():
58
  btn = gr.Button("Visualize")
59
 
60
+ gr.Markdown("""## Visualization""")
61
  with gr.Row():
62
  plot1 = gr.Plot()
63
  with gr.Row():