datasciencedojo commited on
Commit
7df2b4b
·
1 Parent(s): 9eee39f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -61,6 +61,7 @@ with gr.Blocks(title="Describe Dataset | Datascience Dojo", css = css) as demo:
61
  gr.Markdown("""## Input Dataset""")
62
  with gr.Row():
63
  dataset = gr.File()
 
64
  with gr.Row():
65
  dataframe = gr.Dataframe()
66
  gr.Markdown("""## Select the feature to visualize""")
 
61
  gr.Markdown("""## Input Dataset""")
62
  with gr.Row():
63
  dataset = gr.File()
64
+ gr.Markdown("""## Dataset Description""")
65
  with gr.Row():
66
  dataframe = gr.Dataframe()
67
  gr.Markdown("""## Select the feature to visualize""")