rameshmoorthy
commited on
Commit
•
8e06dbc
1
Parent(s):
31200cf
Update app.py
Browse files
app.py
CHANGED
@@ -96,10 +96,10 @@ with gr.Blocks() as cluster:
|
|
96 |
out3=gr.File(label="Download CSV")
|
97 |
with gr.Row():
|
98 |
with gr.Column():
|
99 |
-
gr.
|
100 |
dataframe1=gr.Dataframe()
|
101 |
with gr.Column():
|
102 |
-
gr.
|
103 |
dataframe2=gr.Dataframe()
|
104 |
btn.click(generate_report,inputs=[file],outputs=[out1,out3,dataframe1,dataframe2])
|
105 |
cluster.launch()
|
|
|
96 |
out3=gr.File(label="Download CSV")
|
97 |
with gr.Row():
|
98 |
with gr.Column():
|
99 |
+
gr.Markdown("Uploaded File")
|
100 |
dataframe1=gr.Dataframe()
|
101 |
with gr.Column():
|
102 |
+
gr.Markdown("Columns Analysis")
|
103 |
dataframe2=gr.Dataframe()
|
104 |
btn.click(generate_report,inputs=[file],outputs=[out1,out3,dataframe1,dataframe2])
|
105 |
cluster.launch()
|